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] ZJSDK 2.5.4.14
[CocoaPods.git]
/
Specs
/
2
/
4
/
d
/
JMLib
/
0.0.1
/
JMLib.podspec.json
blob
b6a5f5ea8959377c14a83bc76b1e5698619bd16c
1
{
2
"name": "JMLib",
3
"version": "0.0.1",
4
"summary": "JMLib is a private cocoapods lib",
5
"description": "JMLib的描述内容, 内容要比spec.summary的内容长度要长",
6
"homepage": "https://gitee.com/jiamao/JMLib.git",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"jiamao": "jiamao_v@didiglobal.com"
13
},
14
"source": {
15
"git": "https://gitee.com/jiamao/JMLib.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"Classes",
20
"Classes/**/*.{h,m}"
21
],
22
"platforms": {
23
"osx": null,
24
"ios": null,
25
"tvos": null,
26
"watchos": null
27
}
28
}