blob: 054ffb90c47ed4a5b791c7d01ca810413ff03538 [file] [log] [blame]
{
"name": "ZKit",
"version": "0.1.0",
"summary": "A common extension of UIView",
"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": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "ZKit/ZKit/*.swift",
"frameworks": "UIKit",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}