blob: 7c41695e5729a0c9b9ccfe69d61e8623675ef133 [file] [log] [blame]
{
"name": "HEAlert",
"version": "1.0.0",
"homepage": "https://github.com/HsoiEnterprises/HEAlert",
"source": {
"git": "https://github.com/HsoiEnterprises/HEAlert.git",
"tag": "v1.0.0"
},
"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"
}