forked from RestKit/RestKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
21 lines (17 loc) · 652 Bytes
/
Podfile
File metadata and controls
21 lines (17 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
inhibit_all_warnings!
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