forked from leichunfeng/MVVMReactiveCocoa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
24 lines (22 loc) · 762 Bytes
/
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
source 'https://github.com/Artsy/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
inhibit_all_warnings!
pod 'SDWebImage', '~> 3.7.1'
pod 'UIActivityIndicator-for-SDWebImage'
pod 'MBProgressHUD', '~> 0.9'
pod 'SSKeychain', '~> 1.2.2'
pod 'IQKeyboardManager', '~> 3.2.0.3'
pod 'SVPullToRefresh', '~> 0.4.1'
pod 'MKNetworkKit', '~> 0.87'
pod 'WebViewJavascriptBridge', '~> 4.1.4'
pod 'FormatterKit', '~> 1.8.0'
pod 'DZNEmptyDataSet', '~> 1.5.1'
pod 'Ono', '~> 1.2.0'
pod 'Reveal-iOS-SDK', '~> 1.5.1'
pod 'FMDB'
pod 'UMengSocial', '~> 4.2.2'
pod 'FDFullscreenPopGesture', '~> 1.1'
pod 'DTCoreText', '~> 1.6.15'
pod 'GPUImage', '~> 0.1.7'
pod 'OcticonsIOS', :git => 'https://github.com/jacksonh/OcticonsIOS.git', :commit => '4bd3b21'