blob: de7810cdcaed5a964a7c72418ff951f6a4b55ab0 [file] [log] [blame]
{
"name": "EMDAlertController",
"version": "0.0.3",
"summary": "This is a amazing alert library.",
"description": "This is a nice library for IOS.it has several custom Alerts.",
"homepage": "https://github.com/LahiruChathuranga/EMDAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lahiru Chathuranga": "hiru.wlc@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/LahiruChathuranga/EMDAlertController.git",
"tag": "0.0.3"
},
"source_files": "EMDAlertController/EMDAlertController/CustomAlertClasses/*.{swift}",
"frameworks": [
"UIKit",
"PopupDialog"
],
"resources": "EMDAlertController/EMDAlertController/**/*.{xib, xcassets}",
"static_framework": true,
"dependencies": {
"PopupDialog": [
"~> 1.0.0"
]
}
}