Files
RestKit/Podfile
2012-12-15 17:05:34 -05:00

9 lines
350 B
Ruby

platform :ios, '5.0'
link_with ['RestKitTests', 'RestKitFrameworkTests']
inhibit_all_warnings!
pod 'Specta', '0.1.6'
pod 'OCMock', '2.0.1.classmocks', :git => 'git://github.com/blakewatters/ocmock.git'
pod 'OCHamcrest', '1.9'
pod 'Expecta', '0.2.0', :git => 'git://github.com/blakewatters/expecta.git', :branch => 'feature/expect-raise-with-reason'