blob: 32c3efe50becbd0922eae69ca1e82fba640b821a [file] [log] [blame]
{
"name": "ZKit",
"module_name": "ZKit",
"version": "2.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "core",
"subspecs": [
{
"name": "core",
"source_files": "ZKit/ZKit/core/*.{m,h}",
"private_header_files": "ZKit/ZKit/core/*Private.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": [
]
}
}
]
}