blob: e4d43721db7b86f080e40a9bc488b4fb9abcc54b [file] [log] [blame]
{
"name": "Edamame",
"version": "0.1.1",
"summary": "Edamame makes UICollectionView easy to use.",
"description": "Edamame supports followings.\n- Easily specify Cell class based on section or each cell.\n- Culclate cell size in background thread. (yet)\n- You can use original layout.",
"homepage": "https://github.com/Matzo/Edamame",
"license": "MIT",
"authors": {
"Matzo": "ksk.matsuo@gmail.com"
},
"source": {
"git": "https://github.com/Matzo/Edamame.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Edamame": [
"Pod/Assets/*.png"
]
}
}