[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / c / 1 / GDataXML-HTML / 1.0.0 / GDataXML-HTML.podspec.json
blobafbdf2e780388cd6e6cac7b434d6e2900402070b
2   "name": "GDataXML-HTML",
3   "version": "1.0.0",
4   "license": "Apache License, Version 2.0",
5   "summary": "An XML/HTML Parser for iOS and OSX, based on Google's GDataXML.",
6   "homepage": "https://github.com/graetzer/GDataXML-HTML",
7   "authors": {
8     "Simon Grätzer": "simon@graetzer.org"
9   },
10   "source": {
11     "git": "https://github.com/graetzer/GDataXML-HTML.git",
12     "tag": "1.0.0"
13   },
14   "description": "GDataXML implements parts of NSXML so it's easy to parse XML or HTML with a DOM style API including XPath support. This fork of the original GDataXML adds support for the HTMLparser module of libxml2 and allows you to deal with non validating XML in a simple way.",
15   "source_files": "GDataXML-HTML/lib/*.{h,m}",
16   "libraries": "xml2",
17   "xcconfig": {
18     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
19   },
20   "requires_arc": false