File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- github "Alamofire/Alamofire" "4.0.0 "
2- github "MLSDev /SwiftyJSON" "3.0.0-beta.1 "
1+ github "Alamofire/Alamofire" "4.0.1 "
2+ github "SwiftyJSON /SwiftyJSON" "3.1.0 "
33github "ReactiveX/RxSwift" "3.0.0-beta.1"
Original file line number Diff line number Diff line change 1- github "Alamofire/Alamofire" "4.0.0 "
2- github "Quick/Nimble" "db706fc1d7130f6ac96c56aaf0e635fa3217fe57 "
1+ github "Alamofire/Alamofire" "4.0.1 "
2+ github "Quick/Nimble" "0209419661b6acceff45cd63984596f2e9eea517 "
33github "ReactiveX/RxSwift" "3.0.0-beta.1"
4- github "MLSDev /SwiftyJSON" "3.0.0-beta.1 "
4+ github "SwiftyJSON /SwiftyJSON" "3.1.0 "
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'TRON'
3- s . version = '2.0.0-beta.3 '
3+ s . version = '2.0.0-beta.4 '
44 s . license = 'MIT'
55 s . summary = 'Lightweight network abstraction layer, written on top of Alamofire'
66 s . homepage = 'https://github.com/MLSDev/TRON'
@@ -12,8 +12,8 @@ Pod::Spec.new do |s|
1212 s . tvos . deployment_target = '9.0'
1313 s . osx . deployment_target = '10.11'
1414 s . watchos . deployment_target = '2.0'
15-
16- s . dependency 'Alamofire' , '~> 4.0 '
15+
16+ s . dependency 'Alamofire' , '~> 4.1 '
1717
1818 s . subspec 'Core' do |core |
1919 core . ios . frameworks = 'UIKit'
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
2626 s . subspec 'SwiftyJSON' do |swiftyjson |
2727 swiftyjson . dependency 'TRON/Core'
28- swiftyjson . dependency 'SwiftyJSON' , '~> 3.0.0 '
28+ swiftyjson . dependency 'SwiftyJSON' , '~> 3.1 '
2929 swiftyjson . source_files = 'Source/SwiftyJSON/*.swift'
3030 end
3131
You can’t perform that action at this time.
0 commit comments