[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 2 / 4 / Tsuchi / 0.5.0 / Tsuchi.podspec.json
blobabd84df40e45b51a839c31f0fc1a43331367b2af
2   "name": "Tsuchi",
3   "version": "0.5.0",
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.5.0"
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   }