blob: 3f83d1f2737167b4bf106c7b7bc0bf39b2af03a9 [file] [log] [blame]
{
"name": "luafan",
"version": "0.6.1",
"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.1"
},
"source_files": [
"src/*.{h,c}",
"src/utlua.c"
],
"exclude_files": "src/luamariadb.c",
"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"
}
}