blob: 27d5638b7f856073230bb139ab94630f7d94e2f7 [file] [log] [blame]
{
"name": "SimpleAlert",
"version": "2.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"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KyoheiG3/SimpleAlert.git",
"tag": "2.0.0"
},
"source_files": "SimpleAlert/**/*.{h,swift,xib}",
"requires_arc": true,
"frameworks": "UIKit"
}