blob: 55e722741986a2f3d0d287cf75f34b6ba2f4a12a [file] [log] [blame]
{
"name": "DKImagePickerController",
"version": "3.4.1",
"summary": "It's a Facebook style Image Picker Controller by Swift3.",
"homepage": "https://github.com/zhangao0086/DKImagePickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bannings": "zhangao0086@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangao0086/DKImagePickerController.git",
"tag": "3.4.1"
},
"source_files": "DKImagePickerController/**/*.{h,swift}",
"resources": "DKImagePickerController/DKImagePickerController.bundle",
"frameworks": [
"Foundation",
"UIKit",
"Photos"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Camera",
"ios": {
"source_files": "DKCamera/DKCamera.swift"
},
"resources": "DKCamera/DKCameraResource.bundle"
},
{
"name": "ImageManager",
"ios": {
"source_files": "DKImageManager/**/*.swift"
}
}
]
}