[Add] DocumentReaderFullAuthStage 7.5.10811
[CocoaPods.git] / Specs / 2 / 1 / b / DZReadability / 0.2.2 / DZReadability.podspec.json
blob5a423b5c27d5cb84cf2832ad8396511749b9175f
2   "name": "DZReadability",
3   "version": "0.2.2",
4   "summary": "iOS and OSX adoption of Readability algorithm which clears HTML",
5   "description": "                       Adoption of Readability algorithm which works on iOS and OSX and is capable of clearing the messy HTML document (e.g. site) into nice and readable page.\n                       Rework of GGReadabilityParser found here: https://github.com/curthard89/COCOA-Stuff/tree/master/GGReadabilityParser\n",
6   "homepage": "https://github.com/DZamataev/DZReadability",
7   "license": "MIT",
8   "authors": {
9     "Denis Zamataev": "denis.zamataev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DZamataev/DZReadability.git",
13     "tag": "0.2.2"
14   },
15   "social_media_url": "https://twitter.com/dzamataev",
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes",
22   "dependencies": {
23     "HTMLReader": [
25     ]
26   }