blob: cbddb1201d61d8bb41d9ac116b793ef433868897 [file] [log] [blame]
{
"name": "XPS",
"version": "0.1.1",
"authors": {
"wizjin": "wizjin@icloud.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/wizjin/xps",
"summary": "A light-weight X proxy system library.",
"module_name": "XPS",
"source": {
"git": "https://github.com/wizjin/xps.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"source_files": "libxps/**/*.{h,c}",
"exclude_files": "tests/**/*.{h,c}",
"public_header_files": "libxps/*.h"
}