blob: b09ed753f012b4d85cbc6de19b98d916317b8b42 [file] [log] [blame]
{
"name": "BlockAlert",
"version": "1.0.0",
"summary": "Alert controller extension for convenience.",
"description": "BlockAlert helps you initializing and presenting alert controller with shorter codes.",
"homepage": "https://github.com/mznu/BlockAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mujun Kim": "me@mujun.kim"
},
"source": {
"git": "https://github.com/mznu/BlockAlert.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BlockAlert/Classes/**/*",
"ios": {
"frameworks": "UIKit"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}