Skip to content

Commit

Permalink
bump to beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Oct 3, 2016
1 parent c9f75e9 commit c88fc0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 4 additions & 4 deletions TRON.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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'
Expand All @@ -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

Expand Down

0 comments on commit c88fc0e

Please sign in to comment.