blob: 1cf5accc6db9f749eb7257ca69431a3f1b6c4727 [file] [log] [blame]
{
"name": "AlertController",
"version": "0.1.0",
"summary": "iOS AlertController with different BlurStyles -> ExtraLight, Light, Dark.",
"description": "iOS AlertController with different BlurStyles -> ExtraLight, Light, Dark. In addition to this you can use it with ActionSheet style.",
"homepage": "https://github.com/Spriter/AlertController.git",
"license": "MIT",
"authors": {
"Marcel Dittmann": "marceldittmann@gmx.de"
},
"source": {
"git": "https://github.com/Spriter/AlertController.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AlertController": [
"Pod/Assets/*.png"
]
}
}