blob: 66222018a9a859aa75b91ac7913e46c652bfc93a [file] [log] [blame]
{
"name": "QKLockView",
"module_name": "QKLockView",
"version": "0.0.1",
"summary": "A Swift based reimplementation of the Apple QKLockView (Volume, Ringer, Rotation,…) for iOS 8 and up",
"homepage": "https://github.com/zxpLearnios/QKLockView",
"license": "MIT",
"authors": {
"zjn": "zxp1991tqd@163.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/zxpLearnios/QKLockView.git",
"tag": "0.0.1"
},
"source_files": [
"QKLockView/*.swift",
"QKLockView/QKLockView.h"
],
"public_header_files": [
"QKLockView/QKLockView.h"
],
"resources": "QKLockView/*.xcassets"
}