blob: 88a01a97ed21e1c9361ff533c54202c864b1ac9f [file] [log] [blame]
{
"name": "DKImagePickerController",
"version": "1.0.0",
"summary": "This is a very simple 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": "1.0.0"
},
"source_files": "DKImagePickerController/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"AssetsLibrary"
],
"requires_arc": true
}