blob: 65e3a7e6b929c5423e33c3c2dbda0e76541f6854 [file] [log] [blame]
{
"name": "KPDialogController",
"version": "1.1.5",
"summary": "Created to have a customisable protocol oriented AlertController support for view controllers.",
"description": "Created to have a customisable protocol oriented AlertController support for view controllers. iOS custom dialog developed in swift considering protocol oriented programming.",
"homepage": "https://github.com/karun-pant/KPDialogController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/karunpant",
"authors": {
"karun-pant": "karunpant@gmail.com"
},
"source": {
"git": "https://github.com/karun-pant/KPDialogController.git",
"tag": "1.1.5"
},
"source_files": [
"KPDialogController/KPDialogController.h",
"KPDialogController/Module/*.{swift}"
],
"exclude_files": "Examples/*",
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"resource_bundles": {
"KPDialogController": [
"KPDialogController/Resources/*"
]
},
"swift_version": "4.0"
}