[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / 9 / hpple / 0.0.1 / hpple.podspec.json
blobd23927f30acb4f84e94667ff335c43991a895e73
2   "name": "hpple",
3   "version": "0.0.1",
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     "commit": "dfe17bfcc744761b58a52a6a6b312c12394d1f21"
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   }