blob: 747f65b6b8502b72e02b8e8ee8302e5507565be1 [file] [log] [blame]
{
"name": "ALRT",
"version": "0.1",
"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",
"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.1"
},
"source_files": "ALRT/*.swift",
"requires_arc": true
}