-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use CocoaPods for RestKit and AFNetworking dependencies
- Loading branch information
Showing
590 changed files
with
132,073 additions
and
8,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
platform :ios, '5.0' | ||
pod 'RestKit', :git => 'https://github.com/RestKit/RestKit.git', :branch => 'development' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
|
||
SPEC CHECKSUMS: | ||
AFNetworking: 758a1cb1ab5a0d22795ba1c44abb9cad395bc126 | ||
RestKit/Support: 99ffc129fb9eb0c7472ed6230b2c2df81ddb0eff | ||
RestKit/ObjectMapping: 99ffc129fb9eb0c7472ed6230b2c2df81ddb0eff | ||
SOCKit: 179515c1a621dd5652a60e9be02ea4adcd25bc9b | ||
RestKit/CoreData: 99ffc129fb9eb0c7472ed6230b2c2df81ddb0eff | ||
RestKit/Core: 99ffc129fb9eb0c7472ed6230b2c2df81ddb0eff | ||
RestKit/Network: 99ffc129fb9eb0c7472ed6230b2c2df81ddb0eff | ||
RestKit: 99ffc129fb9eb0c7472ed6230b2c2df81ddb0eff | ||
|
||
COCOAPODS: 0.15.2 | ||
|
||
DEPENDENCIES: | ||
- RestKit (from `https://github.com/RestKit/RestKit.git', branch `development') | ||
|
||
EXTERNAL SOURCES: | ||
RestKit: | ||
:git: https://github.com/RestKit/RestKit.git | ||
:branch: development | ||
|
||
PODS: | ||
- AFNetworking (1.0) | ||
- RestKit (0.20.0dev): | ||
- RestKit/Core (= 0.20.0dev) | ||
- RestKit/Core (0.20.0dev): | ||
- RestKit/CoreData | ||
- RestKit/Network | ||
- RestKit/ObjectMapping | ||
- RestKit/CoreData (0.20.0dev) | ||
- RestKit/Network (0.20.0dev): | ||
- AFNetworking (= 1.0) | ||
- RestKit/ObjectMapping | ||
- RestKit/Support | ||
- SOCKit | ||
- RestKit/ObjectMapping (0.20.0dev) | ||
- RestKit/Support (0.20.0dev) | ||
- SOCKit (1.1) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
106 changes: 55 additions & 51 deletions
106
.../AFNetworking/AFNetworking/AFHTTPClient.h → .../AFNetworking/AFNetworking/AFHTTPClient.h
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.