blob: 93a08e8738ae15b8151f1b727a7060bd3085f9f9 [file] [log] [blame]
{
"name": "GTCatalog",
"version": "0.0.1",
"summary": "Tools for building a Catalog by Convention.",
"homepage": "https://github.com/liuxc123/GTCatalog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liuxc123": "lxc_work@126.com"
},
"source": {
"git": "https://github.com/liuxc123/GTCatalog.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"public_header_files": "src/*.h",
"source_files": [
"src/*.{h,m,swift}",
"src/private/*.{h,m,swift}"
],
"header_mappings_dir": "src"
}