Podfile
828 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'YX_BaseProject' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for YX_BaseProject
target 'YX_BaseProjectTests' do
inherit! :search_paths
# Pods for testing
end
target 'YX_BaseProjectUITests' do
inherit! :search_paths
# Pods for testing
end
pod 'Masonry'
pod 'MJRefresh'
pod 'YYWebImage'
pod 'AFNetworking', '~> 3.0.4'
pod 'JSONModel', '~> 1.2.0'
pod 'DateTools'
pod 'ReactiveCocoa', '~> 2.5'
pod 'MagicalRecord','~> 2.3.0'
pod 'MBProgressHUD'
pod 'MJRefresh'
pod 'MWPhotoBrowser', '~> 2.1.2'
pod 'MSWeakTimer'
pod 'SDCycleScrollView'
pod 'SocketRocket'
pod 'RealReachability'
pod 'YYModel'
pod 'YYText'
pod 'Toast'
end