blob: fcd37380c41555ecb25216010751c7b48cf0a588 [file] [log] [blame]
{
"name": "DKImagePickerController",
"version": "2.4.3",
"summary": "New version! 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": "2.4.3"
},
"source_files": "DKImagePickerController/*.swift",
"resources": "DKImagePickerController/DKImagePickerController.bundle",
"frameworks": [
"Foundation",
"UIKit",
"AssetsLibrary",
"AVFoundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "Camera",
"ios": {
"source_files": "DKCamera/DKCamera.swift"
},
"resources": "DKCamera/DKCameraResource.bundle"
}
]
}