blob: 1d6429befb3ca893f74ed7899c4d4615a444fb82 [file] [log] [blame]
{
"name": "ALRT",
"version": "0.5",
"summary": "ALRT is a call-site-friendly UIAlertController framework.",
"description": "ALRT aims to be an AL(R)Ternative to tedious UIAlertController implementation process.\n- Call-site-friendly. See Github Usages\n- Chainable UIAlertController setup both Alert and ActionSheet styles\n- Add UITextField(s) and handle when a certain UIAlertAction button is clicked\n- Preferred Action Support\n- Can handle the result of show() action both .Success and .Failure",
"homepage": "https://github.com/mshrwtnb/ALRT",
"screenshots": "https://raw.githubusercontent.com/wiki/mshrwtnb/ALRT/logobanner.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Masahiro Watanabe": "m@nsocean.org"
},
"social_media_url": "http://qiita.com/mshrwtnb",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mshrwtnb/ALRT.git",
"tag": "v0.5"
},
"source_files": "ALRT/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}