blob: 1bb80b3552f35c6f95569c5496de6e49785658a6 [file] [log] [blame]
{
"name": "ImagePickerCoordinator",
"homepage": "https://github.com/Machipla/ImagePickerCoordinator",
"version": "1.0.0",
"platforms": {
"ios": "9.0"
},
"authors": "Mario Chinchilla",
"summary": "The typical flow for picking an image now encapsulated in a coordinator!",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://Machipla@github.com/Machipla/ImagePickerCoordinator.git",
"tag": "1.0.0"
},
"swift_version": "4.0",
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"ImagePickerCoordinator": "Sources/*.bundle/**/*.lproj"
},
"dependencies": {
"CropViewController": [
],
"ImagePicker": [
]
},
"frameworks": "MobileCoreServices"
}