blob: f964af8bcd69e5dcf629b8b703c0e95b7c8d3c77 [file] [log] [blame]
{
"name": "SupertopGrid",
"version": "1.0",
"summary": "A grid overlay for iOS apps.",
"description": "\t \t\t\t Use this during the development of your app to help align your interface \n\t\t\t\t to a grid, and easily spot layout issues. It will overlay every view in \n\t\t\t\t your app, but not interfere with interaction, so you can still move around.\n",
"homepage": "https://github.com/supertop/grid-window",
"screenshots": "https://raw.githubusercontent.com/supertop/grid-window/master/screenshot.png?1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Padraig Kennedy": "padraig@supertop.co",
"Oisin Prendiville": "oisin@supertop.co"
},
"social_media_url": "http://twitter.com/supertopsquid",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/supertop/grid-window.git",
"tag": "1.0.1"
},
"source_files": "Grid/SUPGridWindow",
"requires_arc": true
}