Skip to content

Commit

Permalink
Update LJCollapseLabel.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman201 committed Dec 6, 2018
1 parent f209e32 commit 2e9fffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LJCollapseLabel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'LJCollapseLabel'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = "A simple collapse animate effect UI label."
s.description = "This framework is a tiny feature that I did in my 2016 project. It's a simple UI setup create the collapse animation effect of the UI Label. Now I would like to share it with all developers around the world."
s.homepage = "https://liguo.jiao.co.nz"
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/iceman201/LJCollapseLabel.git", :tag => "#{s.version}" }

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'

s.source_files = 'LJCollapseLabel/Classes/**/*'

Expand Down

0 comments on commit 2e9fffe

Please sign in to comment.