-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
78 lines (60 loc) · 1.72 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/brion/OGVKit-Specs.git'
#source 'https://github.com/brion/OGVKit-Specs/blob/master/Specs/libvpx/1.5.0-937-g5994023/libvpx.podspec'
target 'Chan' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Strucutre
pod 'RIBs'
pod 'IGListKit', '~> 3.0'
pod 'SwiftyJSON'
# RX
pod 'RxSwift'
pod 'RxCocoa'
# Networking
pod 'Alamofire'
pod 'AlamofireImage'
pod 'Moya'
pod 'Moya/RxSwift'
# UI
pod 'SnapKit'
# pod 'OGVKit/WebM'
pod 'MBProgressHUD'
pod 'SwiftReorder', '~> 6.0'
pod 'KafkaRefresh'
pod 'ReCaptcha/RxSwift'
pod 'UITextView+Placeholder'
pod 'SideMenu'
# pod 'SwipeCellKit'
pod 'MobileVLCKit'
# Analyticts
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Fabric'
pod 'Crashlytics'
pod 'AppCenter'
#DB
pod 'MagicalRecord'
# Utils
pod 'SwiftyUserDefaults', '4.0.0-alpha.1'
pod 'SwiftTryCatch'
# pod 'FPSCounter', '~> 4.0'
# pod 'Localize'
# ADs
pod 'Google-Mobile-Ads-SDK'
# Other
# pod 'FLAnimatedImage' # for AXPhotoViewer
# pod 'AXStateButton' # for AXPhotoViewer
# Data
# pod 'SwiftSoup'
end
#post_install do |installer|
# installer.pods_project.targets.each do |target|
# target.build_configurations.each do |config|
# config.build_settings['ENABLE_BITCODE'] = 'NO'
## config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', 'USE_ALLOCA', 'OPUS_BUILD']
# end
# end
#end