[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / a / 6 / 7 / PXWebSnapshot / 0.1.3 / PXWebSnapshot.podspec.json
blob872423209ef652e486daf4c2de0430d2dbc0b690
2   "name": "PXWebSnapshot",
3   "version": "0.1.3",
4   "summary": "Takes a screenshot of a website.",
5   "description": "Load the website, waits until it's fully done loading, takes a screenshot.",
6   "homepage": "https://github.com/pixio/PXWebSnapshot/",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXWebSnapshot.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "UIView-Screenshot": [
25     ],
26     "PXUtilities": [
28     ]
29   }