blob: 02b4fbc0b2bd11f5a10c51464c3766dcc3b32f99 [file] [log] [blame]
{
"name": "enginx",
"version": "2.0.0",
"summary": "powerful cross platform url rewrite tool",
"description": "enginx is a nginx like url rewrite tool, written in pure C language, can load dynamic config file.\nit's very efficient as you could imagine.",
"homepage": "https://github.com/stephenwzl/enginx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stephenw": "admin@stephenw.cc"
},
"source": {
"git": "https://github.com/stephenwzl/enginx.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"http_parser/**/*",
"implements/**/*",
"includes/*.h",
"Lexer/*.c",
"Lexer/*.h",
"memory/*.c",
"memory/*.h"
],
"compiler_flags": "-w",
"public_header_files": "includes/enginx.h"
}