diff --git a/Podfile b/Podfile index eeb7c97..78ac551 100644 --- a/Podfile +++ b/Podfile @@ -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' diff --git a/Podfile.lock b/Podfile.lock index b2e2c87..9bda67d 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -23,7 +23,7 @@ DEPENDENCIES: EXTERNAL SOURCES: RestKit: - :local: RestKit + :path: RestKit SPEC CHECKSUMS: AFNetworking: 616da0028916ce296f5c3cef74e5552eb4e10e13 @@ -31,4 +31,4 @@ SPEC CHECKSUMS: SOCKit: ed67aeeca4a697b63a933229e53f4670d5b9300f TransitionKit: 1624e84f252d5cd26900be28ccb73c69fbe63f8a -COCOAPODS: 0.18.1 +COCOAPODS: 0.19.1