[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / c / 9 / hpple / 0.1.0 / hpple.podspec.json
blobd49bddfca5536797780a8d10204136dd987e01fe
2   "name": "hpple",
3   "version": "0.1.0",
4   "summary": "An XML/HTML parser for Objective-C, inspired by Hpricot.",
5   "description": "Hpple: A nice Objective-C wrapper on the XPathQuery library for parsing HTML.\nInspired by why the lucky stiff's Hpricot.\n\n* Easy searching by XPath (CSS selectors are planned)\n* Parses HTML (XML coming soon)\n* Easy access to tag content, name, and attributes\n",
6   "homepage": "https://github.com/topfunky/hpple",
7   "license": "MIT",
8   "authors": {
9     "Geoffrey Grosenbach": "email@address.com"
10   },
11   "source": {
12     "git": "https://github.com/topfunky/hpple.git",
13     "tag": "0.1.0"
14   },
15   "source_files": [
16     "TFHpple.{h,m}",
17     "TFHppleElement.{h,m}",
18     "XPathQuery.{h,m}"
19   ],
20   "requires_arc": true,
21   "libraries": "xml2",
22   "xcconfig": {
23     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
24   }