Skip to content

Commit

Permalink
Merge pull request #139 from bkoatz/master
Browse files Browse the repository at this point in the history
Release 7.1.3
  • Loading branch information
mrsmiley009 committed Nov 14, 2019
2 parents 99177ad + fee834f commit 4697883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hakawai.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Hakawai"
s.version = "7.1.2"
s.version = "7.1.3"
s.summary = "Hakawai aims to be a more powerful UITextView."
s.description = <<-DESC
Hakawai is a subclass of UITextView that exposes a number of convenience APIs, and supports further extension via 'plug-ins'. Hakawai ships with an easy-to-use, powerful, and customizable plug-in allowing users to create social media 'mentions'-style annotations.
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.authors = "Austin Zheng"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/linkedin/Hakawai.git", :tag => "7.1.2" }
s.source = { :git => "https://github.com/linkedin/Hakawai.git", :tag => "7.1.3" }
s.framework = "UIKit"
s.requires_arc = true
end

0 comments on commit 4697883

Please sign in to comment.