blob: d815ac5256733a5b4f7445fa4fc3abe2c6b7f826 [file] [log] [blame]
{
"name": "MABAlertController",
"version": "1.0",
"summary": "A customized AlertController",
"description": "A customized AlertController (including animations) that lets you design your AlertControllers within Storyboards (written in swift).",
"homepage": "https://github.com/muhammadbassio/MABAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Muhammad Bassio": "muhammadbassio@gmail.com"
},
"source": {
"git": "https://github.com/muhammadbassio/MABAlertController.git",
"tag": "1.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"source/*.swift",
"source/PresentationController/*.swift"
]
}