blob: cae0ac91f1457c0eb3b2f29e54b3ec18203a8f05 [file] [log] [blame]
{
"name": "ImagePickerSheetController",
"version": "0.0.9",
"summary": "A duplicate of that shiny new custom action sheet seen in iOS8's iMessage",
"description": " ImagePickerSheetController is a duplicate of that shiny new custom action sheet seen in iOS8's iMessage that Apple didn't make part of UIKit. It's the first project I've written in Swift. It works well but I might have coded something the Objective-C kind of way. Don't hesitate to open an issue or pull request if you spotted something. And no, ImagePickerSheetController does not have the glitches Apple's image picker has :)\n",
"homepage": "https://github.com/larcus94/ImagePickerSheetController",
"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.0.9"
},
"source_files": "ImagePickerSheetController/ImagePickerSheetController/*.swift",
"resource_bundles": {
"Images": [
"ImagePickerSheetController/ImagePickerSheetController/Images.xcassets"
]
},
"frameworks": "Photos",
"requires_arc": true
}