blob: bc97ae04ea3a01d9ec5286361e7847125ec87bc2 [file] [log] [blame]
{
"name": "HEAlert",
"version": "0.4",
"homepage": "https://github.com/HsoiEnterprises/HEAlert",
"source": {
"git": "https://github.com/HsoiEnterprises/HEAlert.git",
"tag": "v0.4"
},
"summary": "A convenience around UIAlertController, because sometimes you just want to say \"OK\".",
"authors": {
"John C. Daub (@hsoi)": "hsoi@hsoienterprises.com"
},
"description": " UIAlertController is awesome, but sometimes it's too much. How many times do you simply alert with a message and an \"OK\" button? Easy with UIAlertView, but cumbersome with UIAlertController.\n\n That's why I created HEAlert.\n",
"requires_arc": true,
"license": {
"type": "BSD 3-clause “New” or “Revised”",
"file": "LICENSE"
},
"source_files": [
"HEAlert/*.swift",
"HEAlert/*.h"
],
"platforms": {
"ios": "8.0"
}
}