blob: 8762ac573167f674806a07e9023c064120d31549 [file] [log] [blame]
{
"name": "TBImagePickerController",
"version": "1.0.0",
"summary": "A UIImagePickerController that displays a UIActionSheet to select the source type (camera or library) if the current device has a camera.",
"homepage": "https://github.com/codebrickie/TBImagePickerController",
"license": "Apache License, Version 2.0",
"authors": {
"Tobias Bayer": "tobayer@googlemail.com"
},
"source": {
"git": "https://github.com/codebrickie/TBImagePickerController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"*.{h,m}"
],
"requires_arc": true
}