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] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git]
/
Specs
/
a
/
4
/
0
/
KLFlex
/
1.0.0
/
KLFlex.podspec.json
blob
0bb1c0ecefc5c189241536113b2ecc1ca95c460c
1
{
2
"name": "KLFlex",
3
"version": "1.0.0",
4
"summary": "调试组件",
5
"description": "组件简介:\n基于FLEX,封装交互UI,便于测试使用。",
6
"homepage": "https://github.com/Kalanhall",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"Kalan": "Kalanhall@163.com"
13
},
14
"source": {
15
"git": "https://github.com/Kalanhall/KLFlex.git",
16
"tag": "1.0.0"
17
},
18
"platforms": {
19
"ios": "8.0"
20
},
21
"source_files": "KLFlex/Classes/**/*",
22
"dependencies": {
23
"FLEX": [
24
"~> 2.4.0"
25
]
26
}
27
}