mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-03-30 23:24:06 +08:00
9 lines
185 B
Ruby
9 lines
185 B
Ruby
platform :ios, '5.0'
|
|
link_with ['RestKitTests', 'RestKitFrameworkTests']
|
|
inhibit_all_warnings!
|
|
|
|
pod 'Kiwi', '1.1.0'
|
|
pod 'OCMock', '2.0.1'
|
|
pod 'OCHamcrest', '1.8'
|
|
pod 'Expecta', '0.2.0'
|