blob: 8cb82870f146bf38685fd6f9d442be4e9fae78db [file] [log] [blame]
{
"name": "ALRT",
"version": "1.0",
"summary": "ALRT is an easy-to-create UIAlertController framework.",
"description": "* Easy-to-Create. As easy as 'ALRT.create(.alert).addOK().show()''\n* UITextField(s) can be added and handled.",
"homepage": "https://github.com/mshrwtnb/ALRT",
"screenshots": "https://raw.githubusercontent.com/wiki/mshrwtnb/ALRT/logobanner.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Masahiro Watanabe": "iammshr@gmail.com"
},
"social_media_url": "http://qiita.com/mshrwtnb",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mshrwtnb/ALRT.git",
"tag": "v1.0"
},
"source_files": "ALRT/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}