-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
43 lines (35 loc) · 986 Bytes
/
Podfile
File metadata and controls
43 lines (35 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
use_frameworks!
target 'ObjectMapper Sample' do
pod 'APIKitExt/ObjectMapper', :path => '../'
pod 'APIKitExt/RxSwift', :path => '../'
end
target 'Argo Sample' do
pod 'APIKitExt/Argo', :path => '../'
pod 'Curry', '3.0.0'
pod 'APIKitExt/RxSwift', :path => '../'
end
target 'Himotoki Sample' do
pod 'APIKitExt/Himotoki', :path => '../'
pod 'APIKitExt/RxSwift', :path => '../'
pod 'RxCocoa', '~> 3.0'
target 'Himotoki Sample Tests' do
inherit! :search_paths
pod 'RxTest', '~> 3.0'
end
end
target 'SwiftyJSON Sample' do
pod 'APIKitExt/SwiftyJSON', :path => '../'
pod 'APIKitExt/RxSwift', :path => '../'
end
target 'ModelMapper Sample' do
pod 'APIKitExt/ModelMapper', :path => '../'
pod 'APIKitExt/RxSwift', :path => '../'
end
target 'JASON Sample' do
pod 'APIKitExt/JASON', :path => '../'
pod 'APIKitExt/RxSwift', :path => '../'
end
target 'Unbox Sample' do
pod 'APIKitExt/Unbox', :path => '../'
pod 'APIKitExt/RxSwift', :path => '../'
end