[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / 5 / 0 / IGHTMLQuery / 0.6.0 / IGHTMLQuery.podspec.json
blob5dc86c4760441df8a5af31478224d425fd742c9f
2   "name": "IGHTMLQuery",
3   "version": "0.6.0",
4   "summary": "IGHTMLQuery is a lightweight XML/HTML parser for iOS, built on top of libxml.",
5   "description": "IGHTMLQuery is a lightweight XML/HTML parser for iOS, 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   "source": {
15     "git": "https://github.com/siuying/IGHTMLQuery.git",
16     "tag": "0.6.0"
17   },
18   "libraries": "xml2",
19   "requires_arc": true,
20   "xcconfig": {
21     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
22   },
23   "default_subspecs": [
24     "Core"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "platforms": {
30         "ios": "6.0",
31         "osx": "10.8"
32       },
33       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}"
34     },
35     {
36       "name": "JavaScript",
37       "platforms": {
38         "ios": "7.0",
39         "osx": "10.8"
40       },
41       "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT",
42       "frameworks": "JavaScriptCore",
43       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}"
44     }
45   ]