blob: 5bf10af47bc17473f96d7cbc58c573d25b4ef501 [file] [log] [blame]
{
"name": "MTZActionSheet",
"version": "1.1",
"summary": "A rewritten API for UIActionSheet. 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/MTZActionSheet.{h,m}",
"Rewritten APIs/UIActionSheet+DelegateFix.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true
}