blob: 8e853d44dfc5fe63a999211dc80f0367ece14b8d [file] [log] [blame]
{
"name": "ImagePickerSheetController",
"version": "0.9.3",
"summary": "ImagePickerSheetController is like the custom photo action sheet found in the iOS 8 and 9 version of iMessage",
"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/lbrndnr/ImagePickerSheetController",
"screenshots": "https://raw.githubusercontent.com/lbrndnr/ImagePickerSheetController/master/Screenshots/Nature.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Laurin Brandner": "hello@laurinbrandner.ch"
},
"social_media_url": "http://twitter.com/lbrndnr",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/lbrndnr/ImagePickerSheetController.git",
"tag": "0.9.3"
},
"source_files": "ImagePickerSheetController/ImagePickerSheetController/**/*.swift",
"resources": "ImagePickerSheetController/ImagePickerSheetController/Images.xcassets",
"frameworks": "Photos",
"requires_arc": true
}