-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
39 lines (31 loc) · 709 Bytes
/
Podfile
File metadata and controls
39 lines (31 loc) · 709 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
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'Result'
pod 'RxSwift'
pod 'RxCocoa'
pod 'Moya/RxSwift'
pod 'RealmSwift'
target 'ClientStack' do
platform :ios, '11.3'
end
target 'ClientStackTests' do
platform :ios, '11.3'
inherit! :search_paths
pod 'RxBlocking'
pod 'RxTest'
end
target 'KnzkAlt' do
platform :ios, '11.3'
pod 'HydraAsync'
pod 'KeychainAccess'
pod 'Deque'
pod 'Fuzi'
pod 'MastodonKit', :git => 'https://github.com/wtm4080/MastodonKit.git', :branch => 'develop-knzk'
pod 'Kingfisher'
end
target 'KnzkAltTests' do
platform :ios, '11.3'
inherit! :search_paths
pod 'RxBlocking'
pod 'RxTest'
end