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
[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git]
/
Specs
/
c
/
7
/
1
/
LEsUtils
/
1.0.1
/
LEsUtils.podspec.json
blob
f2a7b2523490ac5dbd9937a2f246d7abcadbdbe9
1
{
2
"name": "LEsUtils",
3
"version": "1.0.1",
4
"summary": "An iOS common utils.",
5
"description": "it is a common utils",
6
"homepage": "xxxx",
7
"license": "MIT",
8
"authors": {
9
"lishusheng": "shusheng.li@outlook.com"
10
},
11
"platforms": {
12
"ios": "7.0"
13
},
14
"source": {
15
"git": "https://github.com/18257168402/EsUtil.git",
16
"tag": "1.0.1"
17
},
18
"requires_arc": true,
19
"frameworks": "Foundation",
20
"source_files": "source/**/*.{h,m}",
21
"exclude_files": ""
22
}