blob: f22114825e75edf054a60684da4aba50d31f7794 [file] [log] [blame]
{
"name": "MTZAlertView",
"version": "1.1",
"summary": "A rewritten API for UIAlertView. This automatically calls methods on the delegate when buttons are tapped.",
"homepage": "https://github.com/mdznr/Rewritten-APIs",
"license": {
"type": "BSD 3-Clause License",
"file": "LICENSE.txt"
},
"authors": {
"Matt Zanchelli": "matt@mdznr.com"
},
"source": {
"git": "https://github.com/mdznr/Rewritten-APIs.git",
"tag": "Release1.1"
},
"platforms": {
"ios": null
},
"source_files": [
"Rewritten APIs/MTZAlertView.{h,m}",
"Rewritten APIs/UIAlertView+DelegateFix.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}