blob: 768de2f161b9b67b8d1ee6454e5c6efa574a75bf [file] [log] [blame]
{
"name": "SimplyAlert",
"version": "1.0",
"summary": "Swifty way to use `UIAlertController`",
"description": "SimplyAlert is a simple extension around `UIAlertAction` and `UIAlertController` that provides a better swifty experience using UIKit",
"homepage": "https://github.com/dalu93/SimplyAlert",
"license": "MIT",
"authors": {
"Luca D'Alberti": "dalberti.luca93@gmail.com"
},
"social_media_url": "https://twitter.com/DAlbertiLuca",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dalu93/SimplyAlert.git",
"tag": "1.0"
},
"source_files": "Source/*.swift",
"requires_arc": true
}