-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
36 lines (35 loc) · 1.38 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
platform :ios, '7.0'
pod 'SSKeychain'
pod 'SVProgressHUD', :head
pod 'NSDate+TimeAgo'
pod 'SGNavigationProgress'
pod 'MRProgress', '~> 0.2'
pod 'UITableView-NXEmptyView'
pod 'NJKWebViewProgress'
pod 'SVWebViewController', :head
pod 'RDVTabBarController'
pod 'UIView+AutoLayout'
pod 'SLRESTfulCoreData'
pod "MagicalRecord"
pod 'Vertigo'
pod 'JSQMessagesViewController', :git => 'https://github.com/jma256/JSQMessagesViewController.git', :commit => '0be73a9e2cf7e64b5e9972e15b2378a8bda00152'
#pod 'JSQMessagesViewController'
pod 'UIView+Positioning'
pod 'INTULocationManager'
pod "PMEDatePicker", "~> 0.0.1"
pod 'TCCopyableLabel'
pod 'BlocksKit'
pod 'CMNavBarNotificationView', :git => 'https://github.com/edgurgel/CMNavBarNotificationView.git'
pod 'SGNavigationProgress'
pod 'ECPhoneNumberFormatter', :git => 'https://github.com/enriquez/ECPhoneNumberFormatter.git'
pod 'Mixpanel'
pod 'CocoaLumberjack'
pod 'MZFayeClient', :git => 'https://github.com/jma256/MZFayeClient.git', :commit => 'bca970244654d0d504de82552be5fa5661b83a12'
pod 'MPGNotification', :git => 'https://github.com/jma256/MPGNotification.git'
pod 'FXBlurView'
pod 'MBContactPicker'
pod 'VENTokenField', :git => 'https://github.com/jma256/VENTokenField.git'
pod 'FLEX'
pod 'Reachability'
pod 'JACenterButton', :git => 'https://github.com/jma256/JACenterButton.git', :commit => '0d3dd00a1437c1b668ff75dd3fa968745c10e40a'
pod 'SDWebImage', '~>3.6'