diff --git a/LJCollapseLabel.podspec b/LJCollapseLabel.podspec index 5316177..474d46e 100644 --- a/LJCollapseLabel.podspec +++ b/LJCollapseLabel.podspec @@ -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" @@ -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/**/*'