blob: e5a51c48975af2e81934b81e6c7066f21750f187 [file] [log] [blame]
{
"name": "ActionsDrawer",
"version": "0.1.0",
"summary": "A prettier alternative to action sheets.",
"swift_version": "4.2",
"description": "ActionsDrawer is built as a replacement to the standard action sheets. Action sheets provide little to no customization UI wise, while ActionsDrawer lets you display actions however you want (grouped, with images, etc.) in a scrollable area.",
"homepage": "https://github.com/Prismik/ActionsDrawer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francis": "francis.beauchamp@finecraftedapps.com"
},
"source": {
"git": "https://github.com/Prismik/ActionsDrawer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ActionsDrawer/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"PinLayout": [
"~> 1.8"
]
}
}