[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 5 / c / 9 / hpple / 0.2.0 / hpple.podspec.json
blob04971766ce5bc48fc2afe5f9b82ff4c105a8f5c2
2   "name": "hpple",
3   "version": "0.2.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.2.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   }