[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / 0 / IGHTMLQuery / 0.9.1 / IGHTMLQuery.podspec.json
blobeecda2b2b4c53e2cc137a96643a0845d3ef0b891
2   "name": "IGHTMLQuery",
3   "version": "0.9.1",
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.",
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.9.1"
17   },
18   "libraries": "xml2",
19   "requires_arc": true,
20   "xcconfig": {
21     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
22   },
23   "default_subspecs": "Core",
24   "platforms": {
25     "ios": "7.0",
26     "osx": "10.9"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "platforms": {
32         "ios": "7.0",
33         "osx": "10.9"
34       },
35       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
36       "exclude_files": [
37         "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}"
38       ],
39       "dependencies": {
40         "CSSSelectorConverter": [
41           ">= 1.2.0"
42         ]
43       },
44       "private_header_files": "IGHTMLQuery/Classes/Private/*.h"
45     },
46     {
47       "name": "JavaScript",
48       "platforms": {
49         "ios": "7.0",
50         "osx": "10.9"
51       },
52       "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT",
53       "dependencies": {
54         "CSSSelectorConverter": [
55           ">= 1.2.0"
56         ]
57       },
58       "frameworks": "JavaScriptCore",
59       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
60       "exclude_files": "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}",
61       "private_header_files": "IGHTMLQuery/Classes/Private/*.h"
62     },
63     {
64       "name": "Ruby",
65       "platforms": {
66         "ios": "8.0",
67         "osx": "10.9"
68       },
69       "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT\n#define IGHTMLQUERY_RUBY_EXPORT",
70       "dependencies": {
71         "CSSSelectorConverter": [
72           ">= 1.2.0"
73         ],
74         "JavaScriptCoreOpalAdditions": [
75           ">= 0.5.1"
76         ]
77       },
78       "frameworks": "JavaScriptCore",
79       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
80       "resources": [
81         "IGHTMLQuery/JavaScript/*.js",
82         "IGHTMLQuery/Ruby/*.rb"
83       ],
84       "private_header_files": "IGHTMLQuery/Classes/Private/*.h"
85     }
86   ]