-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Uncomment this line to define a global platform for your project | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
platform :ios, '8.0' | ||
use_frameworks! | ||
|
||
target 'Travel Queue' do | ||
pod 'Alamofire', '~> 3.0' | ||
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git' | ||
pod 'JGProgressHUD' | ||
pod 'CryptoSwift' | ||
pod 'AlamofireObjectMapper', '~> 2.1' | ||
pod 'SDWebImage', '~>3.7' | ||
end | ||
|
||
target 'Travel QueueTests' do | ||
pod 'Alamofire', '~> 3.0' | ||
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git' | ||
pod 'JGProgressHUD' | ||
pod 'CryptoSwift' | ||
pod 'AlamofireObjectMapper', '~> 2.1' | ||
pod 'SDWebImage', '~>3.7' | ||
end | ||
|
||
target 'Travel QueueUITests' do | ||
pod 'Alamofire', '~> 3.0' | ||
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git' | ||
pod 'JGProgressHUD' | ||
pod 'CryptoSwift' | ||
pod 'AlamofireObjectMapper', '~> 2.1' | ||
pod 'SDWebImage', '~>3.7' | ||
end |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
PODS: | ||
- Alamofire (3.1.4) | ||
- AlamofireObjectMapper (2.1.0): | ||
- Alamofire (~> 3.1.0) | ||
- ObjectMapper (~> 1.0) | ||
- CryptoSwift (0.2.1) | ||
- JGProgressHUD (1.3.1) | ||
- ObjectMapper (1.0.1) | ||
- SwiftyJSON (2.3.2) | ||
|
||
DEPENDENCIES: | ||
- Alamofire (~> 3.0) | ||
- AlamofireObjectMapper (~> 2.1) | ||
- CryptoSwift | ||
- JGProgressHUD | ||
- SwiftyJSON (from `https://github.com/SwiftyJSON/SwiftyJSON.git`) | ||
|
||
EXTERNAL SOURCES: | ||
SwiftyJSON: | ||
:git: https://github.com/SwiftyJSON/SwiftyJSON.git | ||
|
||
CHECKOUT OPTIONS: | ||
SwiftyJSON: | ||
:commit: 8e618c8baf6323a5079c6549bb38d48357b31630 | ||
:git: https://github.com/SwiftyJSON/SwiftyJSON.git | ||
|
||
SPEC CHECKSUMS: | ||
Alamofire: fbc829692f351fa1d8a31dd75fd7f7f56fea31fb | ||
AlamofireObjectMapper: 24097576202064f8b0a583452dd934064f78dc0e | ||
CryptoSwift: f137af19c369362debf82957d0366c8d79329341 | ||
JGProgressHUD: 153053a21d81208cb5f659691996bcefce6a9885 | ||
ObjectMapper: 98524bac0dca46c6b3d5ee02cd410fc700ec6ce2 | ||
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a | ||
|
||
COCOAPODS: 0.39.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.