blob: f63ccd0aa3264aba9a96a867e0cab83594106fc3 [file] [log] [blame]
{
"name": "SimpleAlertController",
"version": "0.2.2",
"summary": "Very simple alert controller written in Swift.",
"description": "SimpleAlertController is similar to UIAlertController. It is written in Swift.",
"homepage": "https://github.com/ton-katsu/SimpleAlertController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ton-katsu": "sakamoto.yoshihisa@gmail.com"
},
"source": {
"git": "https://github.com/ton-katsu/SimpleAlertController.git",
"tag": "0.2.2"
},
"source_files": "SimpleAlertController/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}