blob: ffa3e1a2ebbdfc0f0da8eb4ed6cc073a4a9d2d7b [file] [log] [blame]
{
"name": "UIAlertController-BetterConstructor",
"version": "0.1.1",
"summary": "A better constructor for UIAlertController.",
"description": "A category on UIAlertController which provdes a constructor that takes title strings and button blocks for arbitrary alerts and sheets.",
"homepage": "https://github.com/pixio/UIAlertController-BetterConstructor",
"license": "MIT",
"authors": {
"Daniel Blakemore": "DanBlakemore@gmail.com"
},
"source": {
"git": "https://github.com/pixio/UIAlertController-BetterConstructor.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}