blob: 4ab33dfd0760b6362f7dafd99bb0cf5bbb9711c9 [file] [log] [blame]
{
"name": "ImagePickerSheetController",
"version": "0.1.7",
"summary": "ImagePickerSheetController is like the custom photo action sheet in iMessage just without the glitches.",
"description": " ImagePickerSheetController is a component that replicates the custom photo action sheet in iMessage. It's very similar to UIAlertController which makes its usage simple and concise.\n",
"homepage": "https://github.com/larcus94/ImagePickerSheetController",
"screenshots": "https://raw.githubusercontent.com/larcus94/ImagePickerSheetController/master/Screenshots/Nature.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Laurin Brandner": "hello@laurinbrandner.ch"
},
"social_media_url": "http://twitter.com/larcus94",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/larcus94/ImagePickerSheetController.git",
"tag": "0.1.7"
},
"source_files": "ImagePickerSheetController/ImagePickerSheetController/*.swift",
"resources": "ImagePickerSheetController/ImagePickerSheetController/Images.xcassets",
"frameworks": "Photos",
"requires_arc": true
}