Skip to content

Commit

Permalink
update compatible versions to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYilong committed Apr 18, 2019
1 parent 5287c01 commit c0815f9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CYLTabBarController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "ChenYilong" => "luohanchenyilong@163.com" }
s.social_media_url = 'http://weibo.com/luohanchenyilong/'
s.swift_version = '4.2'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'

s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/ChenYilong/CYLTabBarController.git", :tag => s.version.to_s }
s.source_files = 'CYLTabBarController', 'CYLTabBarController/**/*.{h,m}'
s.public_header_files = 'CYLTabBarController/**/*.h'
s.requires_arc = true
s.dependency "lottie-ios" , "~> 3.0.4"
s.dependency "lottie-ios" , '~> 2.5.0'

end

0 comments on commit c0815f9

Please sign in to comment.