-
Notifications
You must be signed in to change notification settings - Fork 2
/
Podfile
37 lines (33 loc) · 1.09 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
37
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/MarkeJave/Specs.git'
source 'https://github.com/Modool/cocoapods-specs.git'
inhibit_all_warnings!
platform :ios, '8.0'
use_frameworks!
abstract_target ‘Exchange_targets’ do
pod 'MDOperations', '~> 1.0.0'
pod 'MDRouter', '~> 1.0.0'
pod 'MDObjectDatabase', '~> 1.0.0'
pod 'ACArchiverCenter', '~> 1.0.1'
pod 'MDMulticastDelegate', '~> 1.0.0'
pod 'MDQueueObject', '~> 1.0.0'
pod 'ReactiveObjC', '~> 3.1'
pod 'FlyImage', '~> 1.0'
pod 'Masonry', '~> 1.0.1'
pod 'SSKeychain', '~> 1.2.2'
pod 'DZNEmptyDataSet', '~> 1.8.1'
pod 'YYModel', '~> 1.0.4'
pod 'AFNetworking', '~> 3.1.0'
pod 'MBProgressHUD', '~> 1.1'
pod 'IQKeyboardManager', '~> 4.0.4'
pod 'CocoaLumberjack', '~> 2.4.0'
pod 'CategoryKit', '~> 1.0.0'
pod 'UITableView+FDTemplateLayoutCell', '~> 1.5.beta'
pod 'MDTransitioning', '~> 1.0.3'
pod 'SVPullToRefresh', '~> 0.4'
pod 'SocketRocket', '~> 0.5'
pod 'Masonry', '~> 1.0.1'
pod 'JRSwizzle', '~> 1.0'
target 'Exchange' do
end
end