[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / c / 1 / GDataXML-HTML / 1.4.1 / GDataXML-HTML.podspec.json
blob420bb325761415c7d9c913432a001002ec4d7716
2   "name": "GDataXML-HTML",
3   "version": "1.4.1",
4   "summary": "An XML/HTML Parser for iOS and OSX, based on Google's GDataXML.",
5   "description": "GDataXML implements parts of NSXML so it's easy to parse XML or HTML with a DOM style API including\nXPath support.\nThis fork of the original GDataXML adds support for the HTMLparser module of\nlibxml2 and allows you to deal with non validating XML in a simple way.",
6   "homepage": "https://github.com/graetzer/GDataXML-HTML",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Simon Grätzer": "simon@graetzer.org"
10   },
11   "source": {
12     "git": "https://github.com/graetzer/GDataXML-HTML.git",
13     "tag": "1.4.1"
14   },
15   "source_files": "Pod/Classes",
16   "libraries": "xml2",
17   "requires_arc": true,
18   "xcconfig": {
19     "HEADER_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/include/libxml2"
20   },
21   "platforms": {
22     "osx": null,
23     "ios": null,
24     "tvos": null,
25     "watchos": null
26   }