Skip to content

Commit

Permalink
6.0.2 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkk committed Jan 11, 2019
1 parent 4f10331 commit 1e2cc0e
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 = "6.0.1"
s.version = "6.0.2"
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 => "6.0.1" }
s.source = { :git => "https://github.com/linkedin/Hakawai.git", :tag => "6.0.2" }
s.framework = "UIKit"
s.requires_arc = true
end

0 comments on commit 1e2cc0e

Please sign in to comment.