Files
RestKit/Podfile

9 lines
246 B
Ruby

platform :ios, '5.0'
link_with ['RestKitTests', 'RestKitFrameworkTests']
inhibit_all_warnings!
pod 'Kiwi', '1.1.0'
pod 'OCMock', '2.0.1.classmocks', :git => 'git@github.com:blakewatters/ocmock.git'
pod 'OCHamcrest', :head
pod 'Expecta', '0.2.0'