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.8.12
[CocoaPods.git]
/
Specs
/
c
/
e
/
b
/
XYZDemo2
/
1.0.0
/
XYZDemo2.podspec.json
blob
64deef0f6b1ad9e07ce4a4469c3f5ef98aeff7fb
1
{
2
"name": "XYZDemo2",
3
"version": "1.0.0",
4
"summary": "XYZDemo2.",
5
"description": "这是 XYZDemo2",
6
"homepage": "https://github.com/xyzcwb/XYZDemo2",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"xyzcwb": "xyzcwb@126.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/xyzcwb/XYZDemo2.git",
19
"tag": "1.0.0"
20
},
21
"source_files": [
22
"XYZDemo2",
23
"XYZDemo2/**/*.{h,m}"
24
],
25
"dependencies": {
26
"XYZDemo1": [
27
"1.0.0"
28
]
29
}
30
}