File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,16 @@ s.version = "5.6.2"
1111 s . source = { :git => "https://github.com/tencentyun/qcloud-sdk-ios.git" , :tag => s . version . to_s }
1212 s . ios . deployment_target = '8.0'
1313 s . source_files = 'QCloudCOSXML/Classes/**/*'
14- <<<<<<< HEAD
15- s . dependency "QCloudCore" , '5.6.1'
16- =======
14+
1715 s . dependency "QCloudCore" , '5.6.2'
18- >>>>>>> carthage
16+
1917 s . static_framework = true
2018
2119 s . subspec 'Transfer' do |sbt |
2220 sbt . source_files = 'QCloudCOSXML/Classes/*' , 'QCloudCOSXML/Classes/Transfer/**/*' , 'QCloudCOSXML/Classes/Base/*'
23- <<<<<<< HEAD
24- sbt . dependency "QCloudCore" , '5.6.1'
25- =======
21+
2622 sbt . dependency "QCloudCore" , '5.6.2'
27- >>>>>>> carthage
23+
2824 # sbt.static_framework=true
2925 end
3026end
You can’t perform that action at this time.
0 commit comments