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] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
d
/
b
/
9
/
MyTestPerson
/
0.0.2
/
MyTestPerson.podspec.json
blob
a1fbb26e47efe3b9b76a7738abada553e91d4db5
1
{
2
"name": "MyTestPerson",
3
"version": "0.0.2",
4
"summary": "简短的介绍",
5
"description": "稍微长一点的介绍, 注意字数比上面长",
6
"homepage": "https://github.com/tangtiancheng/MyTestPerson",
7
"license": "MIT",
8
"authors": {
9
"tangtiancheng": "tianchengios@163.com"
10
},
11
"source": {
12
"git": "https://github.com/tangtiancheng/MyTestPerson.git",
13
"tag": "0.0.2"
14
},
15
"source_files": [
16
"Classes",
17
"Classes/**/*.{h,m}"
18
],
19
"platforms": {
20
"ios": "9.0"
21
}
22
}