blob: 2ddc96f9575d72272a415dd894fb91adb30a7875 [file] [log] [blame]
{
"name": "MKBErrorAlertController",
"version": "0.1.0",
"summary": "A category on UIAlertController for easily displaying NSErrors in alerts.",
"description": "A category on UIAlertController for easily displaying NSErrors in alerts along with blocks for optionally retrying and dealing with dismissing",
"homepage": "https://github.com/Megatron1000/MKBErrorAlertController",
"license": "MIT",
"authors": {
"Mark Bridges": "suport@mark-bridges.com"
},
"source": {
"git": "https://github.com/Megatron1000/MKBErrorAlertController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/markbridgesapps",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MKBErrorAlertController": [
"Pod/Assets/*.png"
]
}
}