[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 5 / 1 / e / CSWebShot / 1.0.0 / CSWebShot.podspec.json
blob5932e270b138badc35ec672fda893d929af8a319
2   "name": "CSWebShot",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "A library for getting screenshots and rendered HTML source code of webpages.",
6   "homepage": "https://github.com/thecatalinstan/CSWebShot",
7   "authors": {
8     "Cătălin Stan": "catalin.stan@me.com"
9   },
10   "social_media_url": "http://twitter.com/catalinstan",
11   "source": {
12     "git": "https://github.com/thecatalinstan/CSWebShot.git",
13     "tag": "1.0.0"
14   },
15   "module_name": "CSWebShot",
16   "source_files": "CSWebShot/*.{h,m}",
17   "public_header_files": "CSWebShot/CSWebShot.h",
18   "platforms": {
19     "osx": "10.8"
20   },
21   "osx": {
22     "frameworks": "Foundation"
23   },
24   "requires_arc": true