mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
9 lines
350 B
Ruby
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'
|