Commit 5cf6dcf3 authored by 陈业泓's avatar 陈业泓

更新了SDK代码

parent 13ccff88
...@@ -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']
# } # }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment