[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / 5 / 0 / IGHTMLQuery / 0.8.3 / IGHTMLQuery.podspec.json
blob0523915156244575046aadc69c8fe11d2236a612
2   "name": "IGHTMLQuery",
3   "version": "0.8.3",
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.8.3"
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": "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}",
37       "dependencies": {
38         "CSSSelectorConverter": [
39           ">= 1.2.0"
40         ]
41       }
42     },
43     {
44       "name": "JavaScript",
45       "platforms": {
46         "ios": "7.0",
47         "osx": "10.9"
48       },
49       "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT",
50       "dependencies": {
51         "CSSSelectorConverter": [
52           ">= 1.2.0"
53         ]
54       },
55       "frameworks": "JavaScriptCore",
56       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
57       "exclude_files": "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}"
58     },
59     {
60       "name": "Ruby",
61       "platforms": {
62         "ios": "7.0",
63         "osx": "10.9"
64       },
65       "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT\n#define IGHTMLQUERY_RUBY_EXPORT",
66       "dependencies": {
67         "CSSSelectorConverter": [
68           ">= 1.2.0"
69         ],
70         "JavaScriptCoreOpalAdditions": [
71           ">= 0.3.1"
72         ]
73       },
74       "frameworks": "JavaScriptCore",
75       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
76       "resources": [
77         "IGHTMLQuery/JavaScript/*.js",
78         "IGHTMLQuery/Ruby/*.rb"
79       ]
80     }
81   ]