blob: cfff5ff62654ce8b5ac87ee9df765f9bffb41836 [file] [log] [blame]
{
"name": "MiniToast",
"module_name": "Toast",
"authors": "Elias Abel",
"version": "1.0.0",
"summary": "An Android toast view implementation for iOS.",
"description": "MiniToast is an Android toast view implementation for iOS.",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/Meniny/MiniToast.git",
"tag": "1.0.0"
},
"homepage": "https://github.com/Meniny/MiniToast",
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"JustLayout": [
]
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "MiniToast/*.swift"
}