mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-06 09:41:09 +08:00
9 lines
246 B
Ruby
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'
|