[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 1 / b / DZReadability / 0.2.1 / DZReadability.podspec.json
blobeeb2fc090438c123c4a082475179b4b10bcf01d5
2   "name": "DZReadability",
3   "version": "0.2.1",
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.1"
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   }