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
/
5
/
7
/
3
/
LStudent
/
0.0.1
/
LStudent.podspec.json
blob
04871b970ff565b78e5d3965a33f2e92e44d1da3
1
{
2
"name": "LStudent",
3
"version": "0.0.1",
4
"summary": "这里填写一段文字",
5
"description": "这里填写的文字要比spec.summary字段要长",
6
"homepage": "https://github.com/AlianOL/LStudent",
7
"license": "MIT",
8
"authors": {
9
"李世达": "lisd@6renyou.com"
10
},
11
"platforms": {
12
"ios": "5.0"
13
},
14
"source": {
15
"git": "https://github.com/AlianOL/LStudent.git",
16
"tag": "0.0.1"
17
},
18
"source_files": [
19
"Classes",
20
"Classes/**/*.{h,m}"
21
],
22
"exclude_files": "Classes/Exclude"
23
}