repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git]
/
Specs
/
b
/
8
/
2
/
MAFMapTool
/
0.1.0
/
MAFMapTool.podspec.json
blob
9ccf6100c54beb1534ad926853b8fb47e68333c4
1
{
2
"name": "MAFMapTool",
3
"version": "0.1.0",
4
"summary": "高德地图常用方法封装",
5
"homepage": "https://github.com/LDeath/MapTool",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"高赛": "395765302@qq.com"
12
},
13
"source": {
14
"git": "https://github.com/LDeath/MapTool.git",
15
"tag": "0.1.0"
16
},
17
"platforms": {
18
"ios": "7.0"
19
},
20
"source_files": [
21
"MAFMapTool",
22
"MapHelp/MapHelp/MAFMapTool/**/*.{h,m}"
23
],
24
"frameworks": [
25
"MAMapKit",
26
"AMapLocationKit",
27
"AMapSearchKit"
28
],
29
"dependencies": {
30
"AMap3DMap": [
31
"~> 5.0.0"
32
],
33
"AMapSearch": [
34
"~> 5.0.0"
35
],
36
"AMapLocation": [
37
"~> 2.3.1"
38
]
39
}
40
}