Skip to content

Commit c88fc0e

Browse files
committed
bump to beta 4
1 parent c9f75e9 commit c88fc0e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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"
33
github "ReactiveX/RxSwift" "3.0.0-beta.1"

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "Alamofire/Alamofire" "4.0.0"
2-
github "Quick/Nimble" "db706fc1d7130f6ac96c56aaf0e635fa3217fe57"
1+
github "Alamofire/Alamofire" "4.0.1"
2+
github "Quick/Nimble" "0209419661b6acceff45cd63984596f2e9eea517"
33
github "ReactiveX/RxSwift" "3.0.0-beta.1"
4-
github "MLSDev/SwiftyJSON" "3.0.0-beta.1"
4+
github "SwiftyJSON/SwiftyJSON" "3.1.0"

TRON.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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

0 commit comments

Comments
 (0)