blob: b325b17be596eb64de34a6fd9b35e8b835aa47f2 [file] [log] [blame]
{
"name": "Tsuchi",
"version": "0.6.0",
"summary": "Tsuchi is a Firebase Cloud Messaging wrapper.",
"description": "Tsuchi is a Firebase Cloud Messaging wrapper.\nYou can define type safe Notification object, and handle it.",
"homepage": "https://github.com/miup/Tsuchi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"miup": "contact@miup.blue"
},
"source": {
"git": "https://github.com/miup/Tsuchi.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Tsuchi/Classes/**/*",
"static_framework": true,
"dependencies": {
"Firebase/Core": [
"~>6.0"
],
"Firebase/Messaging": [
"~>6.0"
]
}
}