Skip to content

Commit

Permalink
first master version
Browse files Browse the repository at this point in the history
  • Loading branch information
korgx9 committed Feb 7, 2016
1 parent 7d44192 commit db8d1a9
Show file tree
Hide file tree
Showing 279 changed files with 25,816 additions and 0 deletions.
1 change: 1 addition & 0 deletions Travel Queue/.idea/.name

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

385 changes: 385 additions & 0 deletions Travel Queue/.idea/Travel Queue.iml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Travel Queue/.idea/encodings.xml

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

13 changes: 13 additions & 0 deletions Travel Queue/.idea/misc.xml

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

8 changes: 8 additions & 0 deletions Travel Queue/.idea/modules.xml

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

303 changes: 303 additions & 0 deletions Travel Queue/.idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Travel Queue/.idea/xcode.xml

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

31 changes: 31 additions & 0 deletions Travel Queue/Podfile
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
35 changes: 35 additions & 0 deletions Travel Queue/Podfile.lock
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
19 changes: 19 additions & 0 deletions Travel Queue/Pods/Alamofire/LICENSE

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

Loading

0 comments on commit db8d1a9

Please sign in to comment.