blob: 591903cfb22e4268de79aede758bbfc535ec454e [file] [log] [blame]
{
"name": "Tsuchi",
"version": "0.7.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.7.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Tsuchi/Classes/**/*",
"static_framework": true,
"dependencies": {
"Firebase/Core": [
"~>6.0"
],
"Firebase/Messaging": [
"~>6.0"
]
}
}