blob: 132a975a9626a489bb8778b35cd0c5a987b9f037 [file] [log] [blame]
{
"name": "UIView-Screenshot",
"version": "0.1.2",
"summary": "Let's you screenshot views.",
"description": "Use the instance method -screenshot on any view or the UIView class method screenshotWholeWindow to screenshot the entire window.",
"homepage": "https://github.com/pixio/UIView-Screenshot/",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/UIView-Screenshot.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}