[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / 0 / IGHTMLQuery / 0.5.1 / IGHTMLQuery.podspec.json
blob06ea6006df7d334396266f7f672250fb8423710d
2   "name": "IGHTMLQuery",
3   "version": "0.5.1",
4   "summary": "IGHTMLQuery is a lightweight XML/HTML parser for Objective-C, built on top of libxml.",
5   "description": "IGHTMLQuery is a lightweight XML/HTML parser for Objective-C, built on top of libxml.\n\n* XPath support for document searching.\n* jQuery style chainable syntax.\n* XML traversal and manipulation.\n",
6   "homepage": "https://github.com/siuying/IGHTMLQuery",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Francis Chong": "francis@ignition.hk"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/siuying/IGHTMLQuery.git",
20     "tag": "0.5.1"
21   },
22   "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
23   "libraries": "xml2",
24   "requires_arc": true,
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
27   }