blob: c820302ff4609f520a7e6b736e76ee82537249e1 [file] [log] [blame]
{
"name": "GMGridView",
"version": "1.1.1",
"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",
"tag": "v1.1.1"
},
"source_files": "GMGridView/*.{h,m}",
"requires_arc": true,
"frameworks": "QuartzCore"
}