[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 5 / 0 / IGHTMLQuery / 0.6.3 / IGHTMLQuery.podspec.json
blobe7a0fd6020cde86a2aee53f32f1b4b4cabe46147
2   "name": "IGHTMLQuery",
3   "version": "0.6.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.6.3"
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   "platforms": {
27     "ios": "7.0",
28     "osx": "10.9"
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "platforms": {
34         "ios": "6.0",
35         "osx": "10.8"
36       },
37       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
38       "exclude_files": "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}"
39     },
40     {
41       "name": "JavaScript",
42       "platforms": {
43         "ios": "7.0",
44         "osx": "10.9"
45       },
46       "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT",
47       "frameworks": "JavaScriptCore",
48       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
49       "exclude_files": "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}"
50     },
51     {
52       "name": "Ruby",
53       "platforms": {
54         "ios": "7.0",
55         "osx": "10.9"
56       },
57       "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT\n#define IGHTMLQUERY_RUBY_EXPORT",
58       "frameworks": "JavaScriptCore",
59       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
60       "resources": "IGHTMLQuery/JavaScript/*.js",
61       "dependencies": {
62         "IGHTMLQuery/JavaScript": [
64         ],
65         "JavaScriptCoreOpalAdditions": [
66           ">= 0.2.2"
67         ]
68       }
69     }
70   ]