[Add] DocumentReaderFullAuthStage 7.5.10811
[CocoaPods.git] / Specs / 5 / 3 / a / WebHere / 0.3.7 / WebHere.podspec.json
blobb8ca2fd11a3798c68426b2ed092e82e4bd37132e
2   "name": "WebHere",
3   "version": "0.3.7",
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.3.7"
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": [
23       "= 3.0.4"
24     ],
25     "GDataXML-HTML": [
26       "= 1.4.1"
27     ]
28   }