[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 3 / a / WebHere / 1.0.1 / WebHere.podspec.json
bloba2f131304d5f6af1f67ced9cfba0c0c08f6839b9
2   "name": "WebHere",
3   "version": "1.0.1",
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": "1.0.1"
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   }