更新了SDK代码
Showing
... | @@ -18,7 +18,7 @@ Pod::Spec.new do |s| | ... | @@ -18,7 +18,7 @@ Pod::Spec.new do |s| |
# * Finally, don't worry about the indent, CocoaPods strips it! | # * Finally, don't worry about the indent, CocoaPods strips it! | ||
s.description = <<-DESC | s.description = <<-DESC | ||
TODO: Add long description of the pod here. | TODO: common three party. | ||
DESC | DESC | ||
s.homepage = 'http://www.shengyc.com/' | s.homepage = 'http://www.shengyc.com/' | ||
... | @@ -113,27 +113,6 @@ TODO: Add long description of the pod here. | ... | @@ -113,27 +113,6 @@ TODO: Add long description of the pod here. |
s.dependency 'STCBinder', '1.0.0' | s.dependency 'STCBinder', '1.0.0' | ||
end | end | ||
s.subspec 'UMCCommon' do |s| | |||
s.source_files = 'SYCSDK/Classes/Other/**/*' | |||
s.dependency 'UMCCommon', '~> 7.2.9' | |||
end | |||
s.subspec 'Bugly' do |s| | |||
s.source_files = 'SYCSDK/Classes/Other/**/*' | |||
s.dependency 'Bugly', '2.5.90' | |||
end | |||
s.subspec 'BaiduMap' do |s| | |||
s.source_files = 'SYCSDK/Classes/Other/**/*' | |||
s.dependency 'BaiduMapKit', '6.1.0' | |||
s.dependency 'BMKLocationKit', '2.0.0' | |||
end | |||
s.subspec 'EZUIKit' do |s| | |||
s.source_files = 'SYCSDK/Classes/Other/**/*' | |||
s.dependency 'EZUIKit','2.0' | |||
end | |||
# s.resource_bundles = { | # s.resource_bundles = { | ||
# 'SYCSDK' => ['SYCSDK/Assets/*.png'] | # 'SYCSDK' => ['SYCSDK/Assets/*.png'] | ||
# } | # } | ||
... | ... |
Please
register
or
sign in
to comment