forked from QuickBlox/q-municate-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile_old
35 lines (30 loc) · 1.1 KB
/
Podfile_old
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
platform :ios, '8.1'
xcodeproj 'Q-municate.xcodeproj'
source 'https://github.com/CocoaPods/Specs.git'
pod 'UIDevice-Hardware', '~> 0.1.3'
pod 'SVProgressHUD', '~> 1.0'
pod 'SSKeychain', '~> 1.2.2'
pod 'SDWebImage', '~> 3.6'
pod 'MPGNotification', '~> 1.2'
pod 'Reachability', '~> 3.2'
pod 'TTTAttributedLabel', '~> 2.0'
pod 'libextobjc/EXTScope', '~> 0.4.1'
pod 'libextobjc/EXTKeyPathCoding', '~> 0.4.1'
pod 'Flurry-iOS-SDK/FlurrySDK'
pod 'NYTPhotoViewer', '~> 1.1.0'
#pod 'QMChatViewController'
#pod 'QMServices'
#Facebook
pod 'FBSDKCoreKit', '~> 4.11.0'
pod 'FBSDKShareKit', '~> 4.11.0'
pod 'FBSDKLoginKit', '~> 4.11.0'
#Twitter
pod 'Fabric', '~> 1.6'
pod 'Crashlytics', '~> 3.5'
pod 'Digits', '~> 1.15'
pod 'TwitterCore', '~> 1.15'
#For development pods
#pod 'QMCVDevelopment', :path => '../QMChatViewController-ios/'
#pod 'QMServicesDevelopment', :path => '../q-municate-services-ios/'
pod 'QMCVDevelopment', :git => '[email protected]:QuickBlox/QMChatViewController-ios.git', :branch => 'development'
pod 'QMServicesDevelopment', :git => '[email protected]:QuickBlox/q-municate-services-ios.git', :branch => 'development'