-
Notifications
You must be signed in to change notification settings - Fork 32
/
Podfile
34 lines (31 loc) · 826 Bytes
/
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
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/aliyun/aliyun-specs.git'
platform :ios, '8.0'
use_frameworks!
inhibit_all_warnings!
target :'CatAccounting' do
pod 'Masonry'
pod 'YYModel'
pod 'YYCategories'
pod 'CocoaLumberjack'
pod 'KVOController'
pod 'WCDB'
pod 'MLeaksFinder', :configurations => ['Debug']
pod 'FBRetainCycleDetector', :configurations => ['Debug']
pod 'Charts'
pod 'UICKeyChainStore'
pod 'QMUIKit'
pod 'FLEX', :configurations => ['Debug']
pod 'UMengAnalytics-NO-IDFA'
pod 'JPush'
pod 'ShareSDK3'
pod 'MOBFoundation'
pod 'ShareSDK3/ShareSDKUI'
pod 'ShareSDK3/ShareSDKPlatforms/QQ'
pod 'ShareSDK3/ShareSDKPlatforms/SinaWeibo'
pod 'ShareSDK3/ShareSDKPlatforms/WeChat'
pod 'ShareSDK3/ShareSDKExtension'
pod 'RHKeyValueStore'
pod 'BEMCheckBox'
pod 'AlicloudFeedback', '~> 3.2.0'
end