-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
57 lines (47 loc) · 1.14 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
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '7.0'
pod "AFNetworking", "~> 2.0"
pod 'YTKNetwork'
pod 'RDVTabBarController'
pod 'YTKKeyValueStore'
pod 'FMDB'
pod 'MJExtension'
pod 'MJRefresh'
pod 'Masonry'
pod 'KVOController'
pod 'MBProgressHUD', '~> 0.9.1'
pod 'SVProgressHUD'
pod 'SDWebImage', '~>3.7'
pod 'IQKeyboardManager'
pod 'ReactiveCocoa' , '2.5'
pod 'SWTableViewCell', '~> 0.3.7'
pod 'ZXingObjC', '~> 3.0'
pod 'pop', '~> 1.0'
pod 'CocoaAsyncSocket'
pod 'CocoaSecurity'
pod 'DTCoreText'
#pod 'MobileVLCKit'
#pod 'DTCoreText'
#pod 'APAddressBook'
#pod 'Realm/Headers'
#pod 'PayPal-iOS-SDK'
#pod 'CardIO'
#pod 'Tweaks'
#pod 'BlocksKit'
#pod 'CocoaLumberjack'
#pod "MWPhotoBrowser"
#pod 'SlackTextViewController'
#pod "TSMessages"
#pod 'MMDrawerController', '~> 0.5.7'
#pod 'MSDynamicsDrawerViewController'
#pod 'dyci'
#pod 'ECSlidingViewController', '~> 2.0.3'
#pod 'TTTAttributedLabel'
#pod 'RESideMenu', '~> 4.0.7'
#pod 'PNChart'
target 'Universal' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for Universal
end