blob: 80eabe3dc6ce793c019950c38ce579cb6567bd39 [file] [log] [blame]
{
"name": "ZZLayout",
"version": "0.1.0",
"summary": "Layout items use masonry-like api..",
"description": "It use `Rhea` to layout items like `Masonry`.\nIt can be use in background thread.",
"homepage": "https://github.com/sablib/ZZLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sablib": "sablib.iak@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sablib/ZZLayout.git",
"tag": "0.1.0"
},
"source_files": "ZZLayout/Classes/*.{h,m,mm}",
"dependencies": {
"Rhea": [
"~> 0.2"
]
},
"deprecated": true
}