blob: 10d2e8afdbd3a08d3898211c392f4c48d4709361 [file] [log] [blame]
{
"name": "Zouter",
"version": "1.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Zouter/Zouter/*.{m,h}",
"private_header_files": "Zouter/Zouter/*Private.h",
"resources": "Zouter/Zouter/*.{plist}",
"frameworks": [
"UIKit",
"Foundation"
]
}