blob: 56f8d9f9cabf1a5b8b3013177b0793040836da44 [file] [log] [blame]
{
"name": "THJAlertController",
"version": "0.1.0",
"summary": "A UIAlertController that display on without the need of view controller.",
"description": " A subclass of UIAlertController that create its own UIWindow and rootViewController on top of the app UIWindow.\n So, the alert could be presented without specifying the parent UIViewController to present one.\n",
"homepage": "https://github.com/thanyalukj/THJAlertController",
"license": "MIT",
"authors": {
"Thanyaluk Jirapech-umpai": "thanyalukj@gmail.com"
},
"source": {
"git": "https://github.com/thanyalukj/THJAlertController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}