[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 2 / 4 / Tsuchi / 0.2.2 / Tsuchi.podspec.json
blob1e7d9dc31f5e569c36901fa4235d458bc796427d
2   "name": "Tsuchi",
3   "version": "0.2.2",
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.2.2"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Tsuchi/Classes/**/*",
22   "static_framework": true,
23   "dependencies": {
24     "Firebase/Core": [
26     ],
27     "Firebase/Messaging": [
29     ],
30     "Result": [
32     ]
33   }