blob: c5687d0e53bb6c385886b9411388389bd13b6475 [file] [log] [blame]
{
"name": "MaterialActionSheetController",
"version": "1.0",
"summary": "A Google like action sheet for iOS written in Swift.",
"description": "Lightweight and totally customizable. Create and present it the way you do with UIAlertController.",
"homepage": "https://github.com/ntnhon/MaterialActionSheetController",
"screenshots": [
"https://raw.githubusercontent.com/ntnhon/MaterialActionSheetController/6f438d03c118c8e19bac792bdeef9383f0991e67/Screenshots/Full_option_light.png",
"https://raw.githubusercontent.com/ntnhon/MaterialActionSheetController/6f438d03c118c8e19bac792bdeef9383f0991e67/Screenshots/Full_option_dark.png",
"https://raw.githubusercontent.com/ntnhon/MaterialActionSheetController/6f438d03c118c8e19bac792bdeef9383f0991e67/Screenshots/Custom_header_light.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thanh-Nhon Nguyen": "ntnhon.cs@gmail.com"
},
"source": {
"git": "https://github.com/ntnhon/MaterialActionSheetController.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MaterialActionSheetController/Classes/**/*"
}