-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
28 lines (23 loc) · 998 Bytes
/
Podfile
File metadata and controls
28 lines (23 loc) · 998 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
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'TestFunction' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for TestFunction
pod 'AFNetworking'
pod 'SDWebImage'
#pod 'YYModel'
pod 'lottie-ios'
pod 'Masonry'
pod 'SSZipArchive'
#pod 'YYText'
pod 'YYKit'
# DoKit
pod 'DoraemonKit/Core', '~> 3.0.4', :configurations => ['Debug'] #必选
pod 'DoraemonKit/WithGPS', '~> 3.0.4', :configurations => ['Debug'] #可选
pod 'DoraemonKit/WithLoad', '~> 3.0.4', :configurations => ['Debug'] #可选
pod 'DoraemonKit/WithLogger', '~> 3.0.4', :configurations => ['Debug'] #可选
pod 'DoraemonKit/WithDatabase', '~> 3.0.4', :configurations => ['Debug'] #可选
pod 'DoraemonKit/WithMLeaksFinder', '~> 3.0.4', :configurations => ['Debug'] #可选
pod 'DoraemonKit/WithWeex', '~> 3.0.4', :configurations => ['Debug'] #可选 UIWebView已不允许传APP store
end