blob: af541c32d90d2cff4822300e28012d927071db0f [file] [log] [blame]
{
"name": "JeOKAlert",
"version": "1.0.0",
"summary": "A short description of JeOKAlert.",
"description": "Show a alert.",
"homepage": "https://github.com/JeromeTW/firstCocoaPods",
"swift_version": "4.1",
"license": "MIT",
"authors": {
"JEROME": "jerome.developer.tw@gmail.com"
},
"source": {
"git": "https://github.com/JeromeTW/firstCocoaPods.git",
"tag": "1.0.0"
},
"source_files": [
"QuickAlert",
"QuickAlert/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"platforms": {
"ios": "11.0"
}
}