[Add] LiveKitWebRTC-Vama 125.6422.11
[CocoaPods.git] / Specs / 2 / 1 / b / DZReadability / 0.1.1 / DZReadability.podspec.json
blobe40b3c321746655ace25f4451d35ad77652788b1
2   "name": "DZReadability",
3   "version": "0.1.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                       Also uses forked version of GDataXML-HTML (original source here: https://github.com/graetzer/GDataXML-HTML)\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.1.1"
14   },
15   "social_media_url": "https://twitter.com/dzamataev",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "default_subspecs": "Core",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "Pod/Classes",
25       "resource_bundles": {
26         "DZReadability": [
27           "Pod/Assets/*.png"
28         ]
29       },
30       "requires_arc": true,
31       "dependencies": {
32         "DZReadability/GDataXML-HTML": [
34         ]
35       }
36     },
37     {
38       "name": "GDataXML-HTML",
39       "source_files": "Pod/GDataXML-HTML",
40       "requires_arc": true,
41       "libraries": "xml2",
42       "xcconfig": {
43         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
44       }
45     }
46   ]