blob: aad05d9a9b595576f5a84b477037027729bac479 [file] [log] [blame]
{
"name": "SimpleAlert",
"version": "1.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": "1.0.0"
},
"source_files": "SimpleAlert/**/*.{h,swift,xib}",
"requires_arc": true,
"frameworks": "UIKit"
}