blob: 7e034418e6266b6fdd7112c42e4e032256840f20 [file] [log] [blame]
{
"name": "DKImagePickerController",
"version": "3.0.10",
"summary": "It's a Facebook style Image Picker Controller by Swift.",
"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.0.10"
},
"source_files": "DKImagePickerController/**/*.swift",
"resources": "DKImagePickerController/DKImagePickerController.bundle",
"frameworks": [
"Foundation",
"UIKit",
"Photos"
],
"requires_arc": true,
"subspecs": [
{
"name": "Camera",
"ios": {
"source_files": "DKCamera/DKCamera.swift"
},
"resources": "DKCamera/DKCameraResource.bundle"
},
{
"name": "ImageManager",
"ios": {
"source_files": "DKImageManager/**/*.swift"
}
}
]
}