diff --git a/Cartfile b/Cartfile index b77e3ffc..65e44545 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,3 @@ -github "Alamofire/Alamofire" "4.0.0" -github "MLSDev/SwiftyJSON" "3.0.0-beta.1" +github "Alamofire/Alamofire" "4.0.1" +github "SwiftyJSON/SwiftyJSON" "3.1.0" github "ReactiveX/RxSwift" "3.0.0-beta.1" diff --git a/Cartfile.resolved b/Cartfile.resolved index a91c89be..93dc952f 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,4 +1,4 @@ -github "Alamofire/Alamofire" "4.0.0" -github "Quick/Nimble" "db706fc1d7130f6ac96c56aaf0e635fa3217fe57" +github "Alamofire/Alamofire" "4.0.1" +github "Quick/Nimble" "0209419661b6acceff45cd63984596f2e9eea517" github "ReactiveX/RxSwift" "3.0.0-beta.1" -github "MLSDev/SwiftyJSON" "3.0.0-beta.1" +github "SwiftyJSON/SwiftyJSON" "3.1.0" diff --git a/TRON.podspec b/TRON.podspec index 5aea97e9..2ab28265 100644 --- a/TRON.podspec +++ b/TRON.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TRON' - s.version = '2.0.0-beta.3' + s.version = '2.0.0-beta.4' s.license = 'MIT' s.summary = 'Lightweight network abstraction layer, written on top of Alamofire' s.homepage = 'https://github.com/MLSDev/TRON' @@ -12,8 +12,8 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.osx.deployment_target = '10.11' s.watchos.deployment_target = '2.0' - - s.dependency 'Alamofire' , '~> 4.0' + + s.dependency 'Alamofire' , '~> 4.1' s.subspec 'Core' do |core| core.ios.frameworks = 'UIKit' @@ -25,7 +25,7 @@ Pod::Spec.new do |s| s.subspec 'SwiftyJSON' do |swiftyjson| swiftyjson.dependency 'TRON/Core' - swiftyjson.dependency 'SwiftyJSON', '~> 3.0.0' + swiftyjson.dependency 'SwiftyJSON', '~> 3.1' swiftyjson.source_files = 'Source/SwiftyJSON/*.swift' end