-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPodfile
More file actions
29 lines (25 loc) · 778 Bytes
/
Podfile
File metadata and controls
29 lines (25 loc) · 778 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
# Uncomment this line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "7.0"
inhibit_all_warnings!
xcodeproj 'Chat.xcodeproj'
workspace 'Chat.xcworkspace'
target "Chat" do
pod 'socket.IO', '0.5.2'
pod 'AFNetworking', '2.4.1'
pod 'Mantle', '1.5'
pod 'TSMessages', '0.9.10'
# pod 'TSMessages', :head
pod 'DBCamera', '2.3.5'
pod 'MBProgressHUD', '0.9'
pod 'URBMediaFocusViewController', :head
pod 'ColorArt', '0.1.1'
pod 'MagicalRecord', '2.2'
pod 'PromiseKit', '1.0.0'
pod 'GoogleAnalytics-iOS-SDK', '3.0.9'
pod 'SlackTextViewController', '1.2.5'
pod 'STKWebKitViewController', '0.1.6'
pod 'MBContactPicker', '0.1.4'
pod 'CargoBay', '2.1.0'
pod 'UIResponder+KeyboardCache', '0.1'
end