blob: e84a71c1859d7b405c6925142154119642793698 [file] [log] [blame]
{
"name": "Tsuchi",
"version": "0.3.1",
"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.3.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Tsuchi/Classes/**/*",
"static_framework": true,
"dependencies": {
"Firebase/Core": [
"~>5.0.0"
],
"Firebase/Messaging": [
"~>5.0.0"
],
"Result": [
]
}
}