Skip to content

Commit

Permalink
Downgraded Alamofire Version
Browse files Browse the repository at this point in the history
  • Loading branch information
sogyals429 committed Sep 30, 2019
1 parent 3778799 commit 83e89a4
Show file tree
Hide file tree
Showing 57 changed files with 5,839 additions and 9,918 deletions.
6 changes: 3 additions & 3 deletions Travo-App/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '9.0'

target 'Travo-App' do
# Comment the next line if you don't want to use dynamic frameworks
Expand All @@ -9,7 +9,7 @@ target 'Travo-App' do
pod 'Cosmos'
pod 'TinyConstraints'
pod 'SVProgressHUD'
pod 'Alamofire', '~> 5.0.0-rc.2'
pod 'Alamofire', '4.9.0'
pod 'SwiftyJSON', '~> 4.0'

target 'Travo-AppUITests' do
Expand All @@ -18,7 +18,7 @@ target 'Travo-App' do
pod 'Cosmos'
pod 'TinyConstraints'
pod 'SVProgressHUD'
pod 'Alamofire', '~> 5.0.0-rc.2'
pod 'Alamofire', '4.9.0'
pod 'SwiftyJSON', '~> 4.0'
end

Expand Down
12 changes: 6 additions & 6 deletions Travo-App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
PODS:
- Alamofire (5.0.0-rc.2)
- Alamofire (4.9.0)
- Cosmos (19.0.3)
- SVProgressHUD (2.2.5)
- SwiftyJSON (4.3.0)
- TinyConstraints (4.0.1)

DEPENDENCIES:
- Alamofire (~> 5.0.0-rc.2)
- Alamofire (= 4.9.0)
- Cosmos
- SVProgressHUD
- SwiftyJSON (~> 4.0)
- TinyConstraints

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- Alamofire
- Cosmos
- SVProgressHUD
- SwiftyJSON
- TinyConstraints

SPEC CHECKSUMS:
Alamofire: f9450d3c7f6bea2ad62e7a541c3e9b186c7991d6
Alamofire: afc3e7c6db61476cb45cdd23fed06bad03bbc321
Cosmos: a6fb17284281fa12cf4c85c2efecd440a215ec44
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
TinyConstraints: 8dd91295e56797648c7bc335dd20e1d91ec4c192

PODFILE CHECKSUM: ccc2ea561d8cb67365e5caf3f2c7586d5095601f
PODFILE CHECKSUM: e26b26d9e1732bfe11d55f56e07236010433f673

COCOAPODS: 1.7.5
COCOAPODS: 1.8.1
2 changes: 1 addition & 1 deletion Travo-App/Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 64 additions & 24 deletions Travo-App/Pods/Alamofire/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 83e89a4

Please sign in to comment.