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
/
b
/
4
/
6
/
OceanFish
/
0.0.1
/
OceanFish.podspec.json
blob
3d812628d57ef853e5958f2bb6079e70595196aa
1
{
2
"name": "OceanFish",
3
"version": "0.0.1",
4
"summary": "make a Spec",
5
"description": "手把手叫你如何创建自己的Spec",
6
"homepage": "https://github.com/FlyOceanFish",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"OceanFish": "978456068@qq.com"
13
},
14
"platforms": {
15
"ios": "10.3"
16
},
17
"source": {
18
"git": "https://github.com/FlyOceanFish/CreateOwnSpec.git",
19
"tag": "0.0.1"
20
},
21
"source_files": [
22
"FlyOceanFish",
23
"FlyOceanFish/**/*.{h,m}"
24
],
25
"requires_arc": true
26
}