-
Notifications
You must be signed in to change notification settings - Fork 324
/
Podfile
38 lines (36 loc) · 1.1 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
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "8.0"
target "PHPHub" do
pod 'AFNetworking', '~> 2.0'
pod 'AFOAuth2Manager'
pod 'Qiniu'
pod 'SDWebImage'
pod 'Reachability'
pod 'MBProgressHUD'
pod 'DateTools'
pod 'UIActivityIndicator-for-SDWebImage'
pod 'CTAssetsPickerController'
pod 'QBPopupMenu'
pod 'Mantle', '1.5.5'
pod 'FMDB', '~> 2.3'
pod 'MTLFMDBAdapter', :git => 'https://github.com/summerblue/MTLFMDBAdapter'
pod 'FMDBMigrationManager', '1.4'
pod 'GVUserDefaults'
pod 'Masonry'
pod 'SVProgressHUD', '2.0.3'
pod 'MJRefresh'
pod 'UMengFeedback', '~> 2.3.4'
pod 'UMengSocial', '4.2.3'
pod 'QRCodeReaderViewController', :git => 'https://github.com/zhengjinghua/MQRCodeReaderViewController.git'
pod 'UITextView+Placeholder'
pod 'pop', '~> 1.0'
pod 'FDFullscreenPopGesture', '1.1'
pod 'UITableView+FDTemplateLayoutCell'
pod 'UIActionSheet+Blocks'
pod 'Fabric'
pod 'Crashlytics'
pod 'DZNEmptyDataSet'
pod 'WebViewJavascriptBridge'
pod 'JTSImageViewController'
pod 'SAMKeychain'
end