blob: 03decda7a360c388b9e9848a2c15c59bff0633bf [file] [log] [blame]
{
"name": "KSScreenshotManager",
"version": "0.0.1",
"license": "MIT",
"summary": "Teach your computer to take screenshots of your app so you don't have to anymore. Tools to automate making iOS screenshots.",
"authors": "Kent Sutherland",
"homepage": "https://github.com/ksuther/KSScreenshotManager",
"source": {
"git": "https://github.com/ksuther/KSScreenshotManager.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"prefix_header_contents": "#ifndef CREATING_SCREENSHOTS\n#define CREATING_SCREENSHOTS 1\n#endif"
}