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
/
2
/
d
/
1
/
LSDObjcSugar
/
2.0.1
/
LSDObjcSugar.podspec.json
blob
c299622bc80af9774458660585203bdbd76b3c88
1
{
2
"name": "LSDObjcSugar",
3
"version": "2.0.1",
4
"summary": "iOS开发工具类",
5
"description": "可以提高开发效率的工具类",
6
"homepage": "https://github.com/LSDOnePiece/LSDObjcSugar",
7
"license": "MIT",
8
"authors": {
9
"liushuai": "liushuai8887@126.com"
10
},
11
"platforms": {
12
"ios": "8.0"
13
},
14
"source": {
15
"git": "https://github.com/LSDOnePiece/LSDObjcSugar.git",
16
"tag": "2.0.1"
17
},
18
"source_files": [
19
"ObjcSugar",
20
"ObjcSugar/*.{h,m}"
21
],
22
"frameworks": "UIKit",
23
"requires_arc": true,
24
"dependencies": {
25
"MBProgressHUD": [
26
27
]
28
}
29
}