[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / a / 1 / HYToast / 2.3.1 / HYToast.podspec.json
blob746d4dd7e66784066d597304e88a72550a50774d
2   "name": "HYToast",
3   "summary": "A toast with three style.",
4   "version": "2.3.1",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "huxiaoyang": "yohuyang@gmail.com"
11   },
12   "homepage": "https://github.com/huxiaoyang/HYToast",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/huxiaoyang/HYToast.git",
18     "tag": "2.3.1"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "All",
24       "dependencies": {
25         "HYToast/Notification": [
27         ],
28         "HYToast/Status": [
30         ]
31       }
32     },
33     {
34       "name": "Notification",
35       "source_files": "HYToast/HYNotificationToast/*.{h,m}"
36     },
37     {
38       "name": "Status",
39       "source_files": "HYToast/HYStatusToast/*.{h,m}"
40     }
41   ]