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