blob: 42ad5f8dafd5e8425d641de715104fe136558564 [file] [log] [blame]
{
"name": "MGAlertUtility",
"version": "0.1.0",
"summary": "An iOS Utility for presenting alerts",
"description": "A simple utility class with static methods for presenting a UIAlertController.",
"homepage": "https://github.com/mattga/MGAlertUtility",
"screenshots": [
"https://raw.githubusercontent.com/mattga/MGAlertUtility/master/Screenshots/actionsheet.png",
"https://raw.githubusercontent.com/mattga/MGAlertUtility/master/Screenshots/ok.png",
"https://raw.githubusercontent.com/mattga/MGAlertUtility/master/Screenshots/yesno.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matthew Gardner": "matthew@mgardner.me"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/mattga/MGAlertUtility.git",
"tag": "v0.1.0"
},
"header_mappings_dir": "MGAlertUtility",
"source_files": "MGAlertUtility/*.{h,m}"
}