[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 6 / f / 9 / wax / 1.2.1 / wax.podspec.json
blob02047a533595ec85dbcbc8eb40a93417c9b83b13
2   "name": "wax",
3   "version": "1.2.1",
4   "summary": "wax Source",
5   "description": "Wax is a framework that lets you write native iPhone apps in Lua. It bridges Objective-C and Lua using the Objective-C runtime. With Wax, anything you can do in Objective-C is automatically available in Lua! What are you waiting for, give it a shot!",
6   "homepage": "https://github.com/alibaba/wax",
7   "license": {
8     "type": "Copyright",
9     "text": "           MIT License\n"
10   },
11   "authors": {
12     "probablycorey": "probablycorey@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/alibaba/wax.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "4.3"
20   },
21   "source_files": [
22     "lib/*.{h,m}",
23     "lib/adaptation/*.{h,m}",
24     "lib/lua/*.{h,m,c}",
25     "lib/extensions/block/*.{h,m}",
26     "lib/extensions/capi/**/*.{h,m,c}",
27     "lib/extensions/CGAffine/*.{h,m}",
28     "lib/extensions/CGContext/*.{h,m}",
29     "lib/extensions/filesystem/*.{h,m}",
30     "lib/extensions/HTTP/*.{h,m}",
31     "lib/extensions/ivar/*.{h,m}",
32     "lib/extensions/json/**/**/*.{h,m,c}",
33     "lib/extensions/memory/*.{h,m,c}",
34     "lib/extensions/SQLite/**/*.{h,m}",
35     "lib/extensions/xml/**/*.{h,m}"
36   ],
37   "public_header_files": [
38     "lib/wax.h",
39     "lib/lua/lua.h",
40     "lib/lua/luaconf.h",
41     "lib/extensions/HTTP/wax_http.h",
42     "lib/extensions/json/wax_json.h",
43     "lib/extensions/filesystem/wax_filesystem.h"
44   ],
45   "libraries": [
46     "xml2",
47     "sqlite3"
48   ],
49   "xcconfig": {
50     "HEADER_SEARCH_PATHS": "${SDK_DIR}/usr/include/libxml2"
51   },
52   "requires_arc": false,
53   "module_name": "wax"