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] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git]
/
Specs
/
1
/
2
/
9
/
RunLabel
/
0.0.1
/
RunLabel.podspec.json
blob
d41e887087b5da2b5eb693e12ab7d220bf126f14
1
{
2
"name": "RunLabel",
3
"version": "0.0.1",
4
"summary": "简易滚动文字控件",
5
"homepage": "https://github.com/StupidShare/RunLabel",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"StupidShare": "iCnSey@gmail.com"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/StupidShare/RunLabel.git",
18
"tag": "0.0.1"
19
},
20
"source_files": [
21
"RunLabel",
22
"RunLabel/RunLabel/*/*.{h,m}"
23
],
24
"requires_arc": true
25
}