blob: 3a763c7322ff4d6bfcdaddea2495baddc24f048d [file] [log] [blame]
{
"name": "ImagePickerSheetController",
"version": "0.1.5",
"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.5"
},
"source_files": "ImagePickerSheetController/ImagePickerSheetController/*.swift",
"resource_bundles": {
"Images": [
"ImagePickerSheetController/ImagePickerSheetController/Images.xcassets"
]
},
"frameworks": "Photos",
"requires_arc": true
}