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] IPDSDK 2.0.0.3
[CocoaPods.git]
/
Specs
/
8
/
4
/
9
/
FlexLayout
/
1.2.3
/
FlexLayout.podspec.json
blob
e742b12d27dea6862935e8a180c62aece320ff4b
1
{
2
"name": "FlexLayout",
3
"version": "1.2.3",
4
"summary": "FlexLayout",
5
"homepage": "https://github.com/lucdion/FlexLayout.git",
6
"license": "BSD 3-clause",
7
"authors": {
8
"Luc Dion": "ldion@mirego.com"
9
},
10
"platforms": {
11
"ios": "9.0"
12
},
13
"source": {
14
"git": "https://github.com/lucdion/FlexLayout.git",
15
"tag": "1.2.3"
16
},
17
"source_files": "Sources/**/*.{swift,h,m}",
18
"dependencies": {
19
"Yoga": [
20
"1.6"
21
]
22
}
23
}