blob: 16f14f0c0f84ee20f4e1f9a00a34243ac035353e [file] [log] [blame]
{
"name": "PhotoLibraryPicker",
"version": "0.1.0",
"summary": "A basic wrapper around UIImagePickerController that simplifies presenting the Photo Library / Camera picker.",
"description": "PhotoLibraryPicker is a basic Swift wrapper around UIImagePickerController that simplifies presenting the Photo Library / Camera picker. It\nencapsules the UIImagePickerController and UIImagePickerControllerDelegate and provides a simple API for presenting the View Controllers,\nand handling the assets that the user picks.",
"homepage": "https://github.com/phillfarrugia/PhotoLibraryPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"phillfarrugia": "me@phillfarrugia.com"
},
"source": {
"git": "https://github.com/phillfarrugia/PhotoLibraryPicker.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PhotoLibraryPicker/Classes/**/*",
"pushed_with_swift_version": "4.0"
}