Skip to content

Commit

Permalink
Update SKTagView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zsk425 committed Jul 12, 2016
1 parent e0c4397 commit 78916d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SKTagView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SKTagView"
s.version = "0.9.1"
s.version = "0.9.2"
s.license = "MIT"
s.summary = "SKTagView is a view supports to display tags with auto layout."
s.homepage = "http://github.com/zsk425/SKTagView"
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.author = { "Shaokang Zhao" => "[email protected]" }
s.ios.deployment_target = "7.0"
s.source = { :git => "https://github.com/zsk425/SKTagView.git", :tag => "0.9.1" }
s.source = { :git => "https://github.com/zsk425/SKTagView.git", :tag => "0.9.2" }
s.source_files = "SKTagView/*"
s.framework = "UIKit", "Foundation"
s.requires_arc = true
Expand Down

0 comments on commit 78916d1

Please sign in to comment.