blob: 4141e4f0106f31e28efb8d3c1934e5977c56cd48 [file] [log] [blame]
{
"name": "LKAlertController",
"version": "1.3.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.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LKAlertController": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}