feat(配置):0.2.3
Showing
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'SYCSDK' | s.name = 'SYCSDK' | ||
s.version = '0.2.2' | s.version = '0.2.3' | ||
s.summary = 'A short description of SYCSDK.' | s.summary = 'A short description of SYCSDK.' | ||
# This description is used to generate tags and improve search results. | # This description is used to generate tags and improve search results. | ||
... | @@ -28,7 +28,7 @@ TODO: common three party. | ... | @@ -28,7 +28,7 @@ TODO: common three party. |
s.source = { :git => 'https://gitlab.sycdev.com/_Karo/SYCSDKSpec.git', :tag => s.version.to_s } | s.source = { :git => 'https://gitlab.sycdev.com/_Karo/SYCSDKSpec.git', :tag => s.version.to_s } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
s.ios.deployment_target = '9.0' | s.ios.deployment_target = '11.0' | ||
# s.source_files = 'SYCSDK/Classes/**/*' | # s.source_files = 'SYCSDK/Classes/**/*' | ||
... | @@ -59,10 +59,6 @@ TODO: common three party. | ... | @@ -59,10 +59,6 @@ TODO: common three party. |
s.dependency 'SGQRCode', '3.0.1' | s.dependency 'SGQRCode', '3.0.1' | ||
end | end | ||
s.subspec 'TTGTagCollectionView' do |s| | |||
s.dependency 'TTGTagCollectionView', '~> 1.11.1' | |||
end | |||
s.subspec 'JXPagingViewPager' do |s| | s.subspec 'JXPagingViewPager' do |s| | ||
s.dependency 'JXPagingView/Pager', '2.1.0' | s.dependency 'JXPagingView/Pager', '2.1.0' | ||
end | end | ||
... | @@ -71,10 +67,6 @@ TODO: common three party. | ... | @@ -71,10 +67,6 @@ TODO: common three party. |
s.dependency 'JXCategoryView', '1.5.8' | s.dependency 'JXCategoryView', '1.5.8' | ||
end | end | ||
s.subspec 'DACircularProgress' do |s| | |||
s.dependency 'DACircularProgress', '2.3.1' | |||
end | |||
s.subspec 'JKCategories' do |s| | s.subspec 'JKCategories' do |s| | ||
s.dependency 'JKCategories', '1.9.3' | s.dependency 'JKCategories', '1.9.3' | ||
end | end | ||
... | ... |
Please
register
or
sign in
to comment