Skip to content

Commit

Permalink
Release 5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkk committed May 11, 2018
1 parent ca8fff6 commit 52be6a1
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 = "5.1.3"
s.version = "5.1.4"
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, "7.0"
s.source = { :git => "https://github.com/linkedin/Hakawai.git", :tag => "5.1.3" }
s.source = { :git => "https://github.com/linkedin/Hakawai.git", :tag => "5.1.4" }
s.framework = "UIKit"
s.requires_arc = true
end

0 comments on commit 52be6a1

Please sign in to comment.