blob: ef730deae023d44b7a50abb82bf28e207a3b802a [file] [log] [blame]
{
"name": "HMWDImagePicker",
"version": "0.2",
"summary": "Image picker with custom crop rect for iOS written in Swift (Ported over from GKImagePicker)",
"description": "With WDImagePicker and just 4 lines of code, you can set your custom crop area for UIImagePickerController. If you don't set it, it uses the same crop area as the default UIImagePickerController.",
"homepage": "https://github.com/justwudi/WDImagePicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wu Di": "justwudi@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/justwudi/WDImagePicker.git",
"tag": "0.2"
},
"source_files": "Classes/*.swift"
}