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] YLCategory-MacOS 1.1.3
[CocoaPods.git]
/
Specs
/
6
/
8
/
0
/
MyProject
/
0.0.3
/
MyProject.podspec.json
blob
d25fb6d4098cd299570d8e6ea42394e85b30dd34
1
{
2
"name": "MyProject",
3
"version": "0.0.3",
4
"summary": "MyProject",
5
"homepage": "https://github.com/huangzhentong/MyProject",
6
"license": "MIT",
7
"authors": {
8
"huang": "181310067@qq.com"
9
},
10
"platforms": {
11
"ios": "6.0"
12
},
13
"source": {
14
"git": "https://github.com/huangzhentong/MyProject.git",
15
"tag": "0.0.3"
16
},
17
"source_files": "MyProject/*.{h,m}",
18
"requires_arc": true
19
}