blob: 704826971863cf16052fa1ab7f89db4eb3f2cfdd [file] [log] [blame]
{
"name": "PKAlertController",
"version": "0.4.1",
"summary": "PKAlertController is a highly customizable alert view controller.",
"description": " PKAlertController is a flexible, highly customizable, many view transitional animation popup view controller.\n\n * `PKAlertController` has the title and description label, and you can set a text alignment.\n * Made with UIViewController-based, so that you can call it as the modal view controller, or add it to some view controller.\n * There are many cutom view controller transitions.\n * There are some layout styles, and it is the style of the size about the same as a UIAlertview, the flexible size and the fullscreen size.\n * To customize UI Color theme, use the class that inherited `PKAlertDefaultTheme`.\n * The view content is customizable to set a custom view same as a titleView of UINavigationItem.\n\n",
"homepage": "https://github.com/goodpatch/PKAlertController",
"screenshots": [
"https://raw.githubusercontent.com/goodpatch/PKAlertController/master/screenshotdefault.gif",
"https://raw.githubusercontent.com/goodpatch/PKAlertController/master/screenshotwhiteblue.gif",
"https://raw.githubusercontent.com/goodpatch/PKAlertController/master/screenshottransitions.gif"
],
"license": "MIT",
"authors": {
"Satoshi Ohki": "ohki@goodpatch.com"
},
"source": {
"git": "https://github.com/goodpatch/PKAlertController.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PKAlertController": [
"Pod/Assets/*.{png,storyboard,lproj}"
]
},
"frameworks": "QuartzCore"
}