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",
9 "text": " MIT License\n"
12 "probablycorey": "probablycorey@gmail.com"
15 "git": "https://github.com/alibaba/wax.git",
23 "lib/adaptation/*.{h,m}",
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}"
37 "public_header_files": [
41 "lib/extensions/HTTP/wax_http.h",
42 "lib/extensions/json/wax_json.h",
43 "lib/extensions/filesystem/wax_filesystem.h"
50 "HEADER_SEARCH_PATHS": "${SDK_DIR}/usr/include/libxml2"
52 "requires_arc": false,