blob: 99c160158b3597a549b35302f2c4e6fe71b36354 [file] [log] [blame]
{
"name": "DOAlertController",
"version": "1.0.0",
"summary": "Simple Alert View written in Swift, which can be used as a UIAlertController replacement.",
"homepage": "https://github.com/okmr-d/DOAlertController",
"screenshots": [
"https://raw.githubusercontent.com/okmr-d/okmr-d.github.io/master/img/DOAlertController/AlertScreenshot.png",
"https://raw.githubusercontent.com/okmr-d/okmr-d.github.io/master/img/DOAlertController/ActionSheetScreenshot.png"
],
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Daiki Okumura": "daiki.okumura@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/okmr-d/DOAlertController.git",
"tag": "1.0.0"
},
"source_files": "DOAlertController/*",
"frameworks": "UIKit",
"requires_arc": true
}