blob: 8f194c6c019b831d17542ad99a0c0397badf2ccb [file] [log] [blame]
{
"name": "Voltron",
"version": "0.2.1",
"summary": "UICollectionViewCell meets UIViewController",
"description": " When UICollectionViewCell simply won't cut it, try Voltron,\n a subclass of UICollectionView allowing to use view\n controllers instead of cells.\n",
"homepage": "https://github.com/zats/Voltron",
"license": "MIT",
"authors": {
"Sash Zats": "sash@zats.io"
},
"source": {
"git": "https://github.com/zats/Voltron.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/zats",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"Voltron": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}