-
Notifications
You must be signed in to change notification settings - Fork 6
/
Podfile
executable file
·39 lines (34 loc) · 1.11 KB
/
Podfile
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
use_frameworks!
# plugin 'cocoapods-binary'
# enable_bitcode_for_prebuilt_frameworks!
target 'MissCatShare' do
pod 'MisskeyKit'
pod 'KeychainAccess', :binary => true
end
target 'MissCat' do
pod 'MisskeyKit'
pod 'PolioPager'
pod 'SwiftFormat/CLI'
pod 'Starscream','3.1.1'
pod 'KeychainAccess', :binary => true
pod 'Firebase/Messaging', :binary => true
pod 'RxSwift', '~> 5', :binary => true
pod 'RxCocoa', '~> 5', :binary => true
pod 'RxDataSources', :binary => true
pod 'Agrume', :binary => true
pod 'SVGKit', :git => 'https://github.com/SVGKit/SVGKit.git', :branch => '3.x', :binary => true
pod "SkeletonView",'1.8.2', :binary => true
pod 'FloatingPanel', '1.7.4', :binary => true
pod 'Gifu', :binary => true
pod 'iOSPhotoEditor', :binary => true
pod 'XLPagerTabStrip', :binary => true
pod 'APNGKit', '~> 1.0', :binary => true
pod 'SwiftLinkPreview', '~> 3.1.0', :binary => true
pod 'Cache', :binary => true
pod 'MessageKit', :binary => true
pod 'Eureka', :binary => true
pod 'ChromaColorPicker', :binary => true
pod 'XLActionController', :binary => true
pod 'XLActionController/Twitter'
pod 'XLActionController/Tweetbot'
end