blob: 43fe3fa033c120083f1d4a830db0b08ea84bcf1b [file] [log] [blame]
{
"name": "MiniToast",
"module_name": "Toast",
"authors": "Elias Abel",
"version": "1.0.1",
"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.1"
},
"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"
}