[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 2 / 4 / Tsuchi / 0.4.3 / Tsuchi.podspec.json
blob90323a0fe5fea1f51fcf37215915ebc97e4e28b3
2   "name": "Tsuchi",
3   "version": "0.4.3",
4   "summary": "Tsuchi is a Firebase Cloud Messaging wrapper.",
5   "description": "Tsuchi is a Firebase Cloud Messaging wrapper.\nYou can define type safe Notification object, and handle it.",
6   "homepage": "https://github.com/miup/Tsuchi",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "miup": "contact@miup.blue"
13   },
14   "source": {
15     "git": "https://github.com/miup/Tsuchi.git",
16     "tag": "0.4.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Tsuchi/Classes/**/*",
22   "static_framework": true,
23   "dependencies": {
24     "Firebase/Core": [
25       "~>5.0"
26     ],
27     "Firebase/Messaging": [
28       "~>5.0"
29     ],
30     "Result": [
32     ]
33   }