blob: 04f8c0c7ea114d891d624c264e9a0687afa16b65 [file] [log] [blame]
{
"name": "KAlertViewController",
"version": "0.0.5",
"summary": "A alert library for iOS",
"description": "KAlertViewController is a custom alert view.\nIt is applicable to the daily development of common frame requirements.\n\nInstructions for installation\nare in [the README](https://github.com/ripplek/KAlertViewController).",
"homepage": "https://github.com/ripplek/KAlertViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张坤": "ripple_k@163.com"
},
"source": {
"git": "https://github.com/ripplek/KAlertViewController.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"KAlertViewController/AlertController/*.swift",
"KAlertViewController/AlertView/*.swift",
"KAlertViewController/Animations/*.swift"
],
"frameworks": "UIKit",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}