[Add] LiveKitWebRTC-Vama 125.6422.11
[CocoaPods.git] / Specs / 2 / 1 / b / DZReadability / 0.2.0 / DZReadability.podspec.json
blob914c3c982b393089c77dfb00916735fdc368693c
2   "name": "DZReadability",
3   "version": "0.2.0",
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.0"
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   }