blob: 589402da80afedde735f39e5ab8796faa3eddc25 [file] [log] [blame]
{
"name": "ZenLayout",
"version": "0.2.2",
"summary": "An extension for UIView that makes working with Auto Layout easy.",
"homepage": "https://github.com/aethe/ZenLayout",
"license": "MIT",
"authors": {
"Andrey Ufimtsev": "andrew.aethe@gmail.com"
},
"source": {
"git": "https://github.com/aethe/ZenLayout.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ZenLayout": [
"Pod/Assets/*.png"
]
}
}