blob: b8ca2fd11a3798c68426b2ed092e82e4bd37132e [file] [log] [blame]
{
"name": "WebHere",
"version": "0.3.7",
"summary": "HTML scraping for Objective-C.",
"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.",
"homepage": "https://github.com/rdlopes/WebHere",
"license": "MIT",
"authors": {
"Rui Lopes": "rui.d.lopes@me.com"
},
"source": {
"git": "https://github.com/rdlopes/WebHere.git",
"tag": "0.3.7"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "WebHere/Classes/**/*",
"dependencies": {
"AFNetworking": [
"= 3.0.4"
],
"GDataXML-HTML": [
"= 1.4.1"
]
}
}