| { |
| "name": "CSWebShot", |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "A library for getting screenshots and rendered HTML source code of webpages.", |
| "homepage": "https://github.com/thecatalinstan/CSWebShot", |
| "authors": { |
| "Cătălin Stan": "catalin.stan@me.com" |
| }, |
| "social_media_url": "http://twitter.com/catalinstan", |
| "source": { |
| "git": "https://github.com/thecatalinstan/CSWebShot.git", |
| "tag": "1.0.0" |
| }, |
| "module_name": "CSWebShot", |
| "source_files": "CSWebShot/*.{h,m}", |
| "public_header_files": "CSWebShot/CSWebShot.h", |
| "platforms": { |
| "osx": "10.8" |
| }, |
| "osx": { |
| "frameworks": "Foundation" |
| }, |
| "requires_arc": true |
| } |