blob: 37a328220d98758e7d128dbe8cf5bf3551aaf44b [file] [log] [blame]
{
"name": "ZKit",
"module_name": "ZKit",
"version": "2.0.0",
"summary": "A tool kit for iOS development",
"homepage": "https://github.com/lzackx/ZKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lzackx": "zackx@foxmail.com"
},
"source": {
"git": "https://github.com/lzackx/ZKit.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "core",
"subspecs": [
{
"name": "core",
"source_files": "ZKit/ZKit/core/*.{m,h}",
"frameworks": "Foundation"
},
{
"name": "view",
"source_files": "ZKit/ZKit/view/*.{m,h}",
"frameworks": "UIKit",
"dependencies": {
"ZKit/core": [
]
}
},
{
"name": "sysctl",
"source_files": "ZKit/ZKit/sysctl/*.{m,h}",
"frameworks": "Foundation",
"dependencies": {
"ZKit/core": [
]
}
}
]
}