blob: 8a6f2902f2b29c3615b14a1b893b6d66302f6d00 [file] [log] [blame]
{
"name": "MKAToastView",
"version": "1.2.0",
"summary": "MKAToastView is the view that displays short message.",
"description": "MKAToastView is the view that disappears automatically after displaying a short message for a few seconds like Android's Toast.",
"homepage": "https://github.com/HituziANDO/MKAToastView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Hituzi Ando",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/HituziANDO/MKAToastView.git",
"tag": "1.2.0"
},
"source_files": "MKAToastView/MKAToastView/**/*.{h,m}",
"exclude_files": [
"MKAToastView/build/*",
"MKAToastView/Framework/*"
],
"requires_arc": true
}