blob: 4ab97ebc6ee2374f3a317b91c22ad9ee0c0f2243 [file] [log] [blame]
{
"name": "PapaLayout",
"version": "1.0.0",
"summary": "Pure Swift AutoLayout library offers a neat way to manage constraints in code.",
"swift_version": "4.1",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"homepage": "https://github.com/Meniny/PapaLayout",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"source": {
"git": "https://github.com/Meniny/PapaLayout.git",
"tag": "1.0.0"
},
"source_files": "PapaLayout/**/*.{swift,h}"
}