-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathPodfile
More file actions
41 lines (34 loc) · 851 Bytes
/
Copy pathPodfile
File metadata and controls
41 lines (34 loc) · 851 Bytes
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
38
39
40
41
platform :ios, "7.0"
inhibit_all_warnings!
#networking
pod 'AFNetworking', '~> 2.2.3'
pod 'AFNetworking-RACExtensions', '~>0.1'
pod 'JSONKit', '~> 1.5pre'
pod 'SDWebImage', '~> 3.6'
pod 'Objection', '~> 1.4'
pod 'JSONModel', '~>0.13'
pod 'SDWebImage', '~>3.6'
#toolskit
pod 'SVProgressHUD', '~> 1.0'
pod 'iOS-WebP', '~> 0.3'
pod 'SVPullToRefresh', '~>0.4'
pod 'CHTCollectionViewWaterfallLayout', '~>0.4'
pod 'MHPrettyDate'
pod 'UALogger', '~> 0.3'
pod 'UIView+AutoLayout'
#Command
pod 'EGOCache', '~> 2.0'
pod 'UIColor-Utilities', '1.0.1'
pod 'TTTAttributedLabel'
#RAC
pod 'ReactiveCocoa', '~> 2.3'
pod 'ReactiveViewModel', '~> 0.2'
#test
pod 'Specta', '~> 0.2.1'
pod 'Expecta', '~> 0.2.3'
pod 'OCMock', '~> 2.2.1'
#LIB
#pod 'libextobjc', '0.3'
target :TKDynamicRACTableViewTests, :exclusive => true do
# pod 'Kiwi'
end