forked from dav/stackmob-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
17 lines (12 loc) · 617 Bytes
/
Podfile
File metadata and controls
17 lines (12 loc) · 617 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
xcodeproj 'stackmob-ios-sdk.xcodeproj'
platform :ios, '5.0'
pod 'AFNetworking', '1.0'
target 'stackmob-ios-sdkTests', :exclusive => true do
pod 'Kiwi', :git =>'https://github.com/allending/Kiwi.git', :commit => '15a2936ac30117ab3bacca7fbd0d952b6dad37f8'
end
target 'integration tests', :exclusive => true do
pod 'Kiwi', :git =>'https://github.com/allending/Kiwi.git', :commit => '15a2936ac30117ab3bacca7fbd0d952b6dad37f8'
end
target 'integrationTestsCoreData', :exclusive => true do
pod 'Kiwi', :git =>'https://github.com/allending/Kiwi.git', :commit => '15a2936ac30117ab3bacca7fbd0d952b6dad37f8'
end