blob: 51cee48dac0fb2efe96398792c1cc1e87a1d3455 [file] [log] [blame]
{
"name": "Zouter",
"version": "1.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A common router tool",
"homepage": "https://github.com/lzackx/Zouter",
"authors": {
"lzackx": "zackx@foxmail.com"
},
"source": {
"git": "https://github.com/lzackx/Zouter.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Zouter/Zouter/*.{m,h}",
"private_header_files": "Zouter/Zouter/*Private.h",
"frameworks": [
"UIKit",
"Foundation"
]
}