-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPodfile
More file actions
33 lines (29 loc) · 825 Bytes
/
Podfile
File metadata and controls
33 lines (29 loc) · 825 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '8.0'
target 'testProject' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
pod 'AFNetworking','3.1.0'
pod 'Masonry','1.0.2'
pod 'SDWebImage','4.0.0'
pod 'MBProgressHUD','0.9'
pod 'MJRefresh','3.1.0'
pod 'SDCycleScrollView','1.66'
pod 'IQKeyboardManager','4.0.9'
pod 'MJExtension','3.0.13'
pod 'GTMBase64','1.0.0'
pod 'FMDB','2.6.2'
pod 'AMapLocation' #高德定位SDK
pod 'AMapNavi' #高德导航SDK
pod 'AMap3DMap' #3D地图SDK
pod 'AMapSearch' #高德搜索SDK
# Pods for testProject
target 'testProjectTests' do
inherit! :search_paths
# Pods for testing
end
target 'testProjectUITests' do
inherit! :search_paths
# Pods for testing
end
end