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
/
f
/
0
/
1
/
YDDemoPod
/
1.0.0
/
YDDemoPod.podspec.json
blob
26ff0956e091e2b454f8da8bdc8bf3ae62fd0a39
1
{
2
"name": "YDDemoPod",
3
"version": "1.0.0",
4
"summary": "测试",
5
"description": "描述",
6
"homepage": "https://github.com/yangda123/TestPod",
7
"license": "MIT",
8
"authors": {
9
"yangda": "18205598086@163.com"
10
},
11
"platforms": {
12
"ios": "9.0"
13
},
14
"source": {
15
"git": "https://github.com/yangda123/TestPod.git",
16
"tag": "1.0.0"
17
},
18
"source_files": "YDDemoPod/**/*.{h,m}",
19
"frameworks": "UIKit",
20
"requires_arc": true
21
}