blob: cad0413541127d959eca1c0588f75767c9a1c4f6 [file] [log] [blame]
{
"name": "LKAlertController",
"version": "1.6.0",
"summary": "An easy to use UIAlertController builder for swift",
"homepage": "https://github.com/lightningkite/LKAlertController",
"license": "MIT",
"authors": {
"Erik Sargent": "erik@lightningkite.com"
},
"source": {
"git": "https://github.com/lightningkite/LKAlertController.git",
"tag": "1.6.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LKAlertController": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}