blob: 7e5954f22495124756c6cf516c87d0d89ff3a194 [file] [log] [blame]
{
"name": "FMAlertController",
"version": "1.0.1",
"summary": "An alternative to UIAlertController with amazing amiations - Swift",
"description": "FMAlertController is another alternative of UIAlertController, some people would say UIAlertController already exists! but my reason to create this alert because UIAlertController still having bugs to change the tint color of the whole app at some point.<br/>\nThe Alert is fully optimzed to handle long entred text for title and message, and a completion block for each button pressed with different amazing kinds of animations.",
"homepage": "https://github.com/AaoIi/FMAlertController",
"screenshots": "https://github.com/AaoIi/FMAlertController/blob/master/demo1.gif?raw=true",
"license": "MIT",
"authors": "Saad Albasha",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/AaoIi/FMAlertController.git",
"tag": "1.0.1"
},
"source_files": [
"FMAlertController/**/*.swift",
"FMAlertController/**/*.h"
],
"ios": {
"resource_bundles": {
"FMAlertController": [
"FMAlertController/**/*.xib"
]
}
},
"swift_version": "5.0"
}