blob: 35ad18c1053385104749895fc146fd91d0dba5c0 [file] [log] [blame]
{
"name": "ObjC-Lua",
"version": "1.0",
"summary": "An Objective-C wrapper around Lua.",
"homepage": "https://github.com/PedestrianSean/ObjC-Lua",
"license": "BSD",
"authors": {
"Sean Meiners": "oss@ssttr.com"
},
"source": {
"git": "https://github.com/PedestrianSean/ObjC-Lua.git",
"tag": "v1.0"
},
"source_files": [
"classes/*.{h,m}",
"lua/src/*.{h,c}"
],
"exclude_files": [
"lua/src/luac.c",
"lua/src/lua.c"
],
"requires_arc": true,
"compiler_flags": "-DLUA_USE_MACOSX=1"
}