forked from leichunfeng/MVVMReactiveCocoa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
33 lines (30 loc) · 1.13 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
source 'https://github.com/Artsy/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
inhibit_all_warnings!
target 'MVVMReactiveCocoa' do
pod 'SDWebImage', '3.7.6'
pod 'UIActivityIndicator-for-SDWebImage', '1.2'
pod 'MBProgressHUD', '0.9.2'
pod 'SSKeychain', '1.2.3'
pod 'IQKeyboardManager', '3.2.0.3'
pod 'SVPullToRefresh', '0.4.1'
pod 'MKNetworkKit', '0.87'
pod 'WebViewJavascriptBridge', '4.1.5'
pod 'FormatterKit', '1.8.1'
pod 'DZNEmptyDataSet', '1.5.2'
pod 'Ono', '1.2.2'
pod 'FMDB', '2.6.2'
pod 'UMengSocial', '4.4'
pod 'GPUImage', '0.1.7'
#pod 'Reveal-iOS-SDK', '1.6.2'
pod 'Appirater', '2.0.5'
pod 'SDVersion', '2.6'
pod 'MLeaksFinder', '0.2.0'
pod 'OcticonsIOS', :git => 'https://github.com/jacksonh/OcticonsIOS.git', :commit => '4bd3b21'
pod 'LCFInfiniteScrollView', :git => 'https://github.com/leichunfeng/LCFInfiniteScrollView.git', :commit => '44c10a2'
pod 'YYKit', :git => 'https://github.com/leichunfeng/YYKit.git', :commit => '601b22d'
target 'MVVMReactiveCocoaTests' do
inherit! :search_paths
end
end