-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
48 lines (41 loc) · 1004 Bytes
/
Podfile
File metadata and controls
48 lines (41 loc) · 1004 Bytes
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
platform :ios, '7.0'
pod 'RDVTabBarController'
pod 'ActionSheetPicker-3.0', '~> 1.5.0'
pod 'Masonry'
pod 'Mantle'
use_frameworks!
target 'HHSD' do
pod 'AFNetworking', '~> 2.6'
pod 'ORStackView', '~> 3.0'
pod 'MHVideoPhotoGallery'
pod 'JSONModel'
pod 'MBProgressHUD'
pod 'SVPullToRefresh'
pod 'SDCycleScrollView','~> 1.64'
pod 'ReactiveCocoa', '~> 2.4.7'
pod 'JSONModel'
pod 'BlocksKit'
pod 'PNChart'
pod 'EaseMobSDKFull'
pod 'ReactiveCocoa'
pod 'SDWebImage', '~>3.7'
pod 'TTOpenInAppActivity'
# Facebook Pods
pod 'HCSStarRatingView', '~> 1.4.5'
pod 'APAvatarImageView'
pod 'MFSideMenu'
pod 'SVProgressHUD', '~> 1.1'
pod 'QuickBlox'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
#pod 'FBSDKShareKit'
#Google
pod 'Google/SignIn'
pod 'Google', '~> 3.0'
# Twitter
pod 'TwitterKit'
pod 'FlickrKit'
pod 'Fabric'
pod 'STTwitter'
pod 'PopMenu', '~> 2.4'
end