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] PlayerUI 0.10.1
[CocoaPods.git]
/
Specs
/
8
/
e
/
9
/
MyCode
/
0.0.1
/
MyCode.podspec.json
blob
bb9043a26a0e789af330e874ece3456a1ccaad13
1
{
2
"name": "MyCode",
3
"version": "0.0.1",
4
"summary": "cocoapods项目测试",
5
"description": "cocoapods项目测试,什么鬼",
6
"homepage": "https://github.com/DLSaMa/MyCode",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"liuqi": "lqcoder@163.com"
13
},
14
"source": {
15
"git": "https://github.com/DLSaMa/MyCode.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"Classes",
20
"WhatHell/**/*.{h,m}"
21
],
22
"exclude_files": "Classes/Exclude",
23
"platforms": {
24
"osx": null,
25
"ios": null,
26
"tvos": null,
27
"watchos": null
28
}
29
}