| { |
| "name": "TOCScreenshot", |
| "version": "1.0.0", |
| "summary": "TOCScreenshot is a simple helper to take screenshots in code. You can optionally crop the status bar region.", |
| "description": "\t\t\t\t\t\tIn default configuration it saves the screenshots in a folder named with locale, screen size and screen resolution in the application documents directory.\n\t\t\t\t\t\tThe group path can be easily changed to e.g. save them in the project source path.\n\n", |
| "homepage": "https://github.com/toco/TOCScreenshot", |
| "screenshots": "https://raw.githubusercontent.com/toco/TOCScreenshot/master/Example/Screenshots/en_US-375x667@2x/2014-10-12_18-26-24-181_en_US-375x667@2x.png", |
| "license": "MIT", |
| "authors": { |
| "Tobias Conradi": "github@tobias-conradi.de" |
| }, |
| "source": { |
| "git": "https://github.com/toco/TOCScreenshot.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "TOCScreenshot", |
| "frameworks": "UIKit" |
| } |