blob: 787eeed7dcfb7de134e766d7eaaa17adcd9324a2 [file] [log] [blame]
{
"name": "DKCamera",
"version": "1.2.7",
"summary": "A light weight & simple & easy camera for iOS by Swift.",
"homepage": "https://github.com/zhangao0086/DKCamera",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bannings": "zhangao0086@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangao0086/DKCamera.git",
"tag": "1.2.7"
},
"source_files": "DKCamera/DKCamera.swift",
"resources": "DKCamera/DKCameraResource.bundle",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreMotion"
],
"requires_arc": true
}