blob: b9b0956299998aa96dc6efa8b3eb1f7fa231ece5 [file] [log] [blame]
{
"name": "Edamame",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Edamame": [
"Pod/Assets/*.png"
]
}
}