[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 3 / a / WebHere / 0.4.0 / WebHere.podspec.json
blobdf4cea4e32e9da2b29580d5e6c38e1454636a053
2   "name": "WebHere",
3   "version": "0.4.0",
4   "summary": "HTML scraping for Objective-C.",
5   "description": "WebHere is an Objective-C framework for web scraping,\npackaged for iOS 8+ and OSX 10.10+ platforms.\n\nBriefly put, web scraping is parsing of a website and extraction\nof data from the HTML pages contained in it.",
6   "homepage": "https://github.com/rdlopes/WebHere",
7   "license": "MIT",
8   "authors": {
9     "Rui Lopes": "rui.d.lopes@me.com"
10   },
11   "source": {
12     "git": "https://github.com/rdlopes/WebHere.git",
13     "tag": "0.4.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": "WebHere/Classes/**/*",
21   "dependencies": {
22     "AFNetworking": [
24     ],
25     "GDataXML-HTML": [
27     ]
28   }