blob: 19382858c7845dcdf252619a1c9ae8c977f7e755 [file] [log] [blame]
{
"name": "DuckyAlert",
"version": "0.0.1",
"summary": "A very flexible and easy to use alert controller for iOS.",
"description": "DuckyAlert is a simple and flexible alert controller for your iOS Apps. Designed to function like UIAlertController, but with better styling, DuckyAlert will be familiar to your users.",
"homepage": "https://github.com/bryancaragay/DuckyAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bryan Caragay": "bcaragay@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/bryancaragay/DuckyAlert.git",
"tag": "0.0.1"
},
"source_files": "DuckyAlert/*.{h,m,swift}",
"frameworks": "UIKit"
}