blob: 744118e6b895a16b93cff56a9fbdb4c4b3f331e4 [file] [log] [blame]
{
"name": "DKCamera",
"version": "1.2.5",
"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.5"
},
"source_files": "DKCamera/DKCamera.swift",
"resources": "DKCamera/DKCameraResource.bundle",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreMotion"
],
"requires_arc": true
}