blob: 42f7adb83f977efd45d58c2f45c59bd7cd5bb165 [file] [log] [blame]
{
"name": "DKImagePickerController",
"version": "4.0.1",
"summary": "DKImagePickerController is a highly customizable, pure-Swift library.",
"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": "4.0.1"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"DKImagePickerController/ImageDataManager": [
],
"DKImagePickerController/Resource": [
]
},
"frameworks": [
"Foundation",
"UIKit",
"Photos"
],
"source_files": [
"Sources/DKImagePickerController/*.{h,swift}",
"Sources/DKImagePickerController/View/**/*.swift"
]
},
{
"name": "ImageDataManager",
"source_files": "Sources/DKImageDataManager/**/*.swift"
},
{
"name": "Resource",
"resources": "Sources/DKImagePickerController/Resource/DKImagePickerController.bundle",
"source_files": "Sources/DKImagePickerController/Resource/DKImagePickerControllerResource.swift"
},
{
"name": "PhotoGallery",
"dependencies": {
"DKImagePickerController/Core": [
],
"DKPhotoGallery": [
]
},
"source_files": "Sources/Extensions/DKImageExtensionGallery.swift"
},
{
"name": "Camera",
"dependencies": {
"DKImagePickerController/Core": [
],
"DKCamera": [
]
},
"source_files": "Sources/Extensions/DKImageExtensionCamera.swift"
},
{
"name": "InlineCamera",
"dependencies": {
"DKImagePickerController/Core": [
],
"DKCamera": [
]
},
"source_files": "Sources/Extensions/DKImageExtensionInlineCamera.swift"
},
{
"name": "PhotoEditor",
"dependencies": {
"DKImagePickerController/Core": [
],
"CLImageEditor": [
"0.2.0"
]
},
"source_files": "Sources/Extensions/DKImageExtensionPhotoEditor.swift"
}
]
}