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] HyphenateChat_test1 1.0.1
[CocoaPods.git]
/
Specs
/
d
/
a
/
e
/
LCHelper
/
1.0.0
/
LCHelper.podspec.json
blob
fa372afdbf6829e0b4af1e8b6c17119141a12e62
1
{
2
"name": "LCHelper",
3
"version": "1.0.0",
4
"summary": "项目中用的一些工具类和Extension",
5
"homepage": "https://github.com/iLiuChang/LCHelper",
6
"license": "MIT",
7
"authors": "LiuChang",
8
"platforms": {
9
"ios": "8.0"
10
},
11
"source": {
12
"git": "https://github.com/iLiuChang/LCHelper.git",
13
"tag": "1.0.0"
14
},
15
"source_files": [
16
"LCHelper/*.{h,m}",
17
"LCHelper/Extensions/**/*.{h,m}",
18
"LCHelper/Utils/*.{h,m}"
19
],
20
"frameworks": "UIKit",
21
"requires_arc": true
22
}