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] ThinkingDataCore 1.0.2
[CocoaPods.git]
/
Specs
/
6
/
e
/
2
/
LCToast
/
1.1.0
/
LCToast.podspec.json
blob
490f0f18058afa9f3fcdb28e962bd8339b653d1c
1
{
2
"name": "LCToast",
3
"version": "1.1.0",
4
"summary": "Add toast to UIView.",
5
"homepage": "https://github.com/iLiuChang/LCToast",
6
"license": "MIT",
7
"authors": "LiuChang",
8
"platforms": {
9
"ios": "8.0"
10
},
11
"source": {
12
"git": "https://github.com/iLiuChang/LCToast.git",
13
"tag": "1.1.0"
14
},
15
"requires_arc": true,
16
"source_files": "LCToast/*.{h,m}",
17
"frameworks": "UIKit"
18
}