Skip to content

Commit

Permalink
Update Podfile for CocoaPods 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed May 2, 2013
1 parent b4a4c61 commit 9e7ead2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '6.0'

pod 'RestKit/Core', :local => 'RestKit'
pod 'RestKit/Testing', :local => 'RestKit'
pod 'RestKit/Core', :path => 'RestKit'
pod 'RestKit/Testing', :path => 'RestKit'
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ DEPENDENCIES:

EXTERNAL SOURCES:
RestKit:
:local: RestKit
:path: RestKit

SPEC CHECKSUMS:
AFNetworking: 616da0028916ce296f5c3cef74e5552eb4e10e13
RestKit: 1ecd173c7cc8ea2b37c22b9909d5dde225331378
SOCKit: ed67aeeca4a697b63a933229e53f4670d5b9300f
TransitionKit: 1624e84f252d5cd26900be28ccb73c69fbe63f8a

COCOAPODS: 0.18.1
COCOAPODS: 0.19.1

0 comments on commit 9e7ead2

Please sign in to comment.