blob: 2812c285abbdd4939e85b87c695742994eba83d6 [file] [log] [blame]
{
"name": "DKImagePickerController",
"version": "4.1.5",
"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.1.5"
},
"requires_arc": true,
"swift_versions": [
"4.2",
"5",
"5"
],
"swift_version": "5",
"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",
"resource_bundles": {
"DKImagePickerController": "Sources/DKImagePickerController/Resource/Resources/*"
},
"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": [
],
"CropViewController": [
"~> 2.4"
]
},
"source_files": "Sources/Extensions/DKImageExtensionPhotoCropper.swift"
}
]
}