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] LastFM.swift 1.5.0
[CocoaPods.git]
/
Specs
/
d
/
8
/
3
/
JamesLib
/
0.0.1
/
JamesLib.podspec.json
blob
23561ed11a86393e6a229dab56e566503e99923b
1
{
2
"name": "JamesLib",
3
"version": "0.0.1",
4
"summary": "JamesLib",
5
"description": "JamesLib,这个详细的描述,一定要比summary字数要长",
6
"homepage": "https://github.com/gongxia20/JamesLib",
7
"license": {
8
"type": "MIT",
9
"file": "FILE_LICENSE"
10
},
11
"authors": {
12
"James": "gongxia20@sina.cn"
13
},
14
"source": {
15
"git": "https://github.com/gongxia20/JamesLib.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
}