blob: 7cfc85e142a8fb7dd638334ca8910485bba470e0 [file] [log] [blame]
{
"name": "luafan",
"version": "0.6.2",
"summary": "luafan library.",
"description": "luafan library.",
"homepage": "https://github.com/luafan/luafan",
"license": "MIT",
"authors": {
"samchang": "sam.chang@me.com"
},
"platforms": {
"ios": "7.0.0"
},
"source": {
"git": "https://github.com/luafan/luafan.git",
"tag": "v0.6.2"
},
"source_files": [
"src/*.{h,c}",
"src/utlua.c"
],
"exclude_files": "src/luamariadb.c",
"compiler_flags": "-DTARGET_OS_IPHONE=1",
"dependencies": {
"CAPKit-lua53": [
"~> 0.1.0"
],
"CAPKit-3rdparty-libs": [
"~> 0.1.0"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/luafan/src $(PODS_ROOT)/CAPKit-lua53/lua-5.3.3/src $(PODS_ROOT)/CAPKit-lua53/lua53"
}
}