mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-29 13:15:34 +08:00
Rework Pods to restore execution of OS X Framework tests
This commit is contained in:
25
Podfile
25
Podfile
@@ -1,8 +1,21 @@
|
||||
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'
|
||||
target :ios do
|
||||
platform :ios, '5.0'
|
||||
link_with 'RestKitTests'
|
||||
|
||||
pod 'Specta', '0.1.7'
|
||||
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 => 'restkit'
|
||||
end
|
||||
|
||||
target :osx do
|
||||
platform :osx, '10.7'
|
||||
link_with 'RestKitFrameworkTests'
|
||||
|
||||
pod 'Specta', '0.1.7'
|
||||
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 => 'restkit'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user