blob: ea5ccbcae8f310d258ee0bdfbb72127f6f4b0693 [file] [log] [blame]
{
"name": "CropPickerController",
"version": "0.1.0",
"summary": "There is a single image picker controller for cropping and a multi image picker controller for selecting various images.",
"description": "There is a single image picker controller for cropping and a multi image picker controller for selecting various images. You can select an album and it will be updated automatically when you edit the album.",
"homepage": "https://github.com/pikachu987/CropPickerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pikachu987": "pikachu77769@gmail.com"
},
"source": {
"git": "https://github.com/pikachu987/CropPickerController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "CropPickerController/Classes/**/*",
"dependencies": {
"CropPickerView": [
"0.1.1"
]
}
}