blob: 872423209ef652e486daf4c2de0430d2dbc0b690 [file] [log] [blame]
{
"name": "PXWebSnapshot",
"version": "0.1.3",
"summary": "Takes a screenshot of a website.",
"description": "Load the website, waits until it's fully done loading, takes a screenshot.",
"homepage": "https://github.com/pixio/PXWebSnapshot/",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/PXWebSnapshot.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"UIView-Screenshot": [
],
"PXUtilities": [
]
}
}