[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 5 / 0 / IGHTMLQuery / 0.6.2 / IGHTMLQuery.podspec.json
blob548cda9a9dcb388424506562b1dfa6f18a8d79d8
2   "name": "IGHTMLQuery",
3   "version": "0.6.2",
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.2"
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       "exclude_files": "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}"
35     },
36     {
37       "name": "JavaScript",
38       "platforms": {
39         "ios": "7.0",
40         "osx": "10.9"
41       },
42       "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT",
43       "frameworks": "JavaScriptCore",
44       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
45       "exclude_files": "IGHTMLQuery/Classes/JSContext+IGHTMLQueryRubyAdditions.{h,m}"
46     },
47     {
48       "name": "Ruby",
49       "platforms": {
50         "ios": "7.0",
51         "osx": "10.9"
52       },
53       "prefix_header_contents": "#define IGHTMLQUERY_JAVSCRIPT_EXPORT\n#define IGHTMLQUERY_RUBY_EXPORT",
54       "frameworks": "JavaScriptCore",
55       "source_files": "IGHTMLQuery/Classes/**/*.{h,m}",
56       "resources": "IGHTMLQuery/Ruby/*.rb",
57       "dependencies": {
58         "IGHTMLQuery/JavaScript": [
60         ],
61         "JavaScriptCoreOpalAdditions": [
63         ]
64       }
65     }
66   ]