Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkk committed Nov 28, 2017
1 parent a8076c0 commit 57e6aa8
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.0"
s.version = "5.1.1"
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.0" }
s.source = { :git => "https://github.com/linkedin/Hakawai.git", :tag => "5.1.1" }
s.framework = "UIKit"
s.requires_arc = true
end

0 comments on commit 57e6aa8

Please sign in to comment.