Skip to content

Commit

Permalink
Update CYLTabBarController.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYilong committed Apr 18, 2019
1 parent 65b9e7a commit 5287c01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CYLTabBarController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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.platform = :ios, '9.0'
s.swift_version = '4.2'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.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'
Expand Down

0 comments on commit 5287c01

Please sign in to comment.