blob: e19a99697c826fab7b8d3addd989371add3ca911 [file] [log] [blame]
{
"name": "GMGridView",
"version": "0.0.2",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "A performant Grid-View for iOS (iPhone/iPad).",
"description": "A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.",
"homepage": "https://github.com/gmoledina/GMGridView",
"authors": {
"Gulam Moledina": "http://www.gmoledina.ca/"
},
"source": {
"git": "https://github.com/gmoledina/GMGridView.git",
"commit": "9ae7d4d25c84d388b08fff38c53a53940991b975"
},
"source_files": "GMGridView/*.{h,m}",
"requires_arc": true,
"frameworks": "QuartzCore"
}