blob: 8c18332d07fc9b65e3caef1414c25ef6cee5dd82 [file] [log] [blame]
{
"name": "CDAlertView",
"version": "0.9.0",
"summary": "Highly customizable alert/notification/success/error/alarm popup",
"description": "CDAlertView is highly customizable alert popup written in Swift 4.2. Usage is similar to UIAlertController.",
"homepage": "https://github.com/candostdagdeviren/CDAlertView",
"screenshots": "https://cloud.githubusercontent.com/assets/1971963/20238308/4bc1516e-a8e8-11e6-8e8b-c1a088f5daa0.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Candost Dagdeviren": "candostdagdeviren@gmail.com"
},
"source": {
"git": "https://github.com/candostdagdeviren/CDAlertView.git",
"tag": "0.9.0"
},
"social_media_url": "https://twitter.com/candostdagdevrn",
"platforms": {
"ios": "9.0"
},
"source_files": "CDAlertView/Classes/**/*",
"swift_version": "4.2",
"resource_bundles": {
"CDAlertView": [
"CDAlertView/Resources/Assets/*.*"
]
},
"frameworks": "UIKit"
}