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] ZJSDK 2.5.5.0
[CocoaPods.git]
/
Specs
/
d
/
6
/
f
/
FlexKit
/
0.0.6
/
FlexKit.podspec.json
blob
99097d0e552461943d0532f58b4c03006641c07d
1
{
2
"name": "FlexKit",
3
"version": "0.0.6",
4
"summary": "FlexLayout,支持链式调用,虚拟div",
5
"description": "*链式调用\n*虚拟div\n*基于YogaKit",
6
"homepage": "https://github.com/ONECATYU/FlexKit",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"ONECATYU": "786910875@qq.com"
13
},
14
"platforms": {
15
"ios": "8.0"
16
},
17
"source": {
18
"git": "https://github.com/ONECATYU/FlexKit.git",
19
"tag": "0.0.6"
20
},
21
"source_files": [
22
"FlexKit",
23
"FlexKit/**/*.{h,m}"
24
],
25
"frameworks": [
26
"UIKit",
27
"Foundation"
28
],
29
"requires_arc": true,
30
"dependencies": {
31
"YogaKit": [
32
33
]
34
}
35
}