File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'MoyaSugar'
3- s . version = '0.4 .1'
3+ s . version = '1.0.0-beta .1'
44 s . summary = '🍯 Syntactic sugar for Moya'
55 s . homepage = 'https://github.com/devxoul/MoyaSugar'
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
@@ -13,20 +13,17 @@ Pod::Spec.new do |s|
1313 s . tvos . deployment_target = '9.0'
1414 s . watchos . deployment_target = '2.0'
1515
16- s . pod_target_xcconfig = {
17- 'SWIFT_VERSION' => '3.1'
18- }
1916 s . default_subspec = 'Core'
2017
2118 s . subspec 'Core' do |ss |
2219 ss . source_files = 'Sources/MoyaSugar/*.swift'
2320 ss . frameworks = 'Foundation'
24- ss . dependency 'Moya' , '>= 9 .0.0'
21+ ss . dependency 'Moya' , '>= 10 .0.0-beta.1 '
2522 end
2623
2724 s . subspec 'RxSwift' do |ss |
2825 ss . dependency 'MoyaSugar/Core'
29- ss . dependency 'Moya/RxSwift' , '>= 9 .0.0'
30- ss . dependency 'RxSwift' , '>= 3.0 .0'
26+ ss . dependency 'Moya/RxSwift' , '>= 10 .0.0-beta.1 '
27+ ss . dependency 'RxSwift' , '>= 4.0.0-rc .0'
3128 end
3229end
You can’t perform that action at this time.
0 commit comments