blob: 0a8d5ac46c6611b3831766d81905c763c996ef4b [file] [log] [blame]
{
"name": "HEAlert",
"version": "0.5.1",
"homepage": "https://github.com/HsoiEnterprises/HEAlert",
"source": {
"git": "https://github.com/HsoiEnterprises/HEAlert.git",
"tag": "v0.5.1"
},
"summary": "A convenience around UIAlertController, because sometimes you just want to say \"OK\".",
"authors": {
"John C. Daub (@hsoi)": "hsoi@hsoienterprises.com"
},
"social_media_url": "https://twitter.com/hsoienterprises",
"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\nThat's why I created HEAlert.",
"requires_arc": true,
"license": {
"type": "BSD 3-clause “New” or “Revised”",
"file": "LICENSE"
},
"source_files": [
"HEAlert/*.swift",
"HEAlert/*.h"
],
"platforms": {
"ios": "8.0"
},
"module_name": "HEAlert"
}