blob: 4f2c340fcfc331a66756e19ae33b1c9a4879d2a9 [file] [log] [blame]
{
"name": "Voltron",
"version": "0.2.0",
"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.0"
},
"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"
}