blob: 47f2caf9c9257caf0f0770a73e5c059ba0037564 [file] [log] [blame]
{
"name": "Zouter",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Zouter/Zouter/*.{m,h}",
"private_header_files": "Zouter/Zouter/ZouterPrivate.h",
"resources": "Zouter/Zouter/*.{plist}",
"frameworks": [
"UIKit",
"Foundation"
]
}