blob: db4387d42b2bfa85c25b4d8842f225469baecb7a [file] [log] [blame]
{
"name": "DKCamera",
"version": "1.3.3",
"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.3.3"
},
"source_files": [
"DKCamera/DKCamera.swift",
"DKCamera/DKCameraResource.swift"
],
"resources": "DKCamera/DKCameraResource.bundle",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"CoreMotion"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}