-
Notifications
You must be signed in to change notification settings - Fork 12
/
Podfile
24 lines (23 loc) · 1.03 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
platform :ios, '7.0'
inhibit_all_warnings!
pod 'AFNetworking', '~> 2.0'
pod 'Colours', '~> 5.0'
pod 'SocketRocket', :git => '[email protected]:tisunov/SocketRocket.git'
pod 'Mantle', '~> 1.0'
pod 'EDStarRating'
pod 'ReactiveCocoa', '~> 2.1.7'
pod 'MBProgressHUD', :git => 'https://github.com/dannybabiy/MBProgressHUD.git', :branch=>'ios7'
pod 'SLScrollViewKeyboardSupport', :git => 'https://github.com/OliverLetterer/SLScrollViewKeyboardSupport.git'
pod 'TSMessages', :git => 'https://github.com/tisunov/TSMessages.git'
pod 'Bugsnag'
pod 'ObjectiveSugar'
pod 'QuickDialog', :git => 'https://github.com/escoz/QuickDialog.git'
pod 'AKNumericFormatter', :git => 'https://github.com/blackm00n/AKNumericFormatter.git'
pod 'PaymentKit', :git => 'https://github.com/stripe/PaymentKit.git'
pod 'FCUtilities', :git => 'https://github.com/marcoarment/FCUtilities.git'
pod 'iOSBlocks', :git => 'https://github.com/dzenbot/iOSBlocks.git', :inhibit_warnings => true
pod 'UIView+AutoLayout'
pod 'PromiseKit'
pod 'RESideMenu'
pod 'FastImageCache', '~> 1.3'
pod 'Mixpanel'