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] SindarinSwiftSDK 1.0.0
[CocoaPods.git]
/
Specs
/
c
/
9
/
8
/
ExCheckCar
/
0.1.0
/
ExCheckCar.podspec.json
blob
766c4315f95cc7e93c4535a8caec3d8c20793329
1
{
2
"name": "ExCheckCar",
3
"version": "0.1.0",
4
"summary": "查车组件",
5
"description": "查车独立模块,包含、查车、查工地、查消纳点。地图等功能",
6
"homepage": "https://github.com/a289458845/ExCheckCar",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"Peng": "289458845@qq.com"
13
},
14
"source": {
15
"git": "https://github.com/a289458845/ExCheckCar.git",
16
"tag": "0.1.0"
17
},
18
"platforms": {
19
"ios": "9.0"
20
},
21
"source_files": "ExCheckCar/Classes/**/*",
22
"requires_arc": true,
23
"frameworks": [
24
"UIKit",
25
"Foundation"
26
],
27
"dependencies": {
28
"AFNetworking": [
29
30
],
31
"Masonry": [
32
33
]
34
}
35
}