blob: 76cdbb1de6c23848d147c73606fec1677450b181 [file] [log] [blame]
{
"name": "ImagePickerSheetController",
"version": "0.9",
"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.",
"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.9"
},
"source_files": "ImagePickerSheetController/ImagePickerSheetController/**/*.swift",
"resources": "ImagePickerSheetController/ImagePickerSheetController/Images.xcassets",
"frameworks": "Photos",
"requires_arc": true
}