blob: 86f3526d39a29937fd72639c7a716375ff39a754 [file] [log] [blame]
{
"name": "DNImagePicker",
"version": "0.0.1",
"summary": "A replacement of UIImagePickerController with additional trim/crop video supported!",
"description": "Use DNImagePickerController when you want to pick user photo or video with trim/crop square video supported",
"homepage": "https://github.com/ducn/DNImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Duc Ngo": "ngoduc.smpt@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"dependencies": {
"ICGVideoTrimmer": [
]
},
"source": {
"git": "https://github.com/ducn/DNImagePicker.git",
"tag": "0.0.1"
},
"source_files": [
"DNImagePicker/Classes",
"DNImagePicker/Classes/*.swift",
"DNImagePicker/Classes/**/*.swift"
],
"resource_bundles": {
"DNImagePicker": [
"DNImagePicker/**/*.{png,jpeg,jpg,storyboard,xib}"
]
},
"pushed_with_swift_version": "3.0.1"
}