blob: 613ef11055f4467bea59dcd87c90ee9ccc5fad9e [file] [log] [blame]
{
"name": "SimpleAlert",
"version": "4.0.0",
"summary": "Simply Alert for Swift",
"homepage": "https://github.com/KyoheiG3/SimpleAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "je.suis.kyohei@gmail.com"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KyoheiG3/SimpleAlert.git",
"tag": "4.0.0"
},
"source_files": "SimpleAlert/**/*.{h,swift,xib}",
"requires_arc": true,
"frameworks": "UIKit"
}