[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 0 / CLXToast / 0.4.0 / CLXToast.podspec.json
blob3f58da6e5360ca42ccf88c4a9634f026af605dcd
2   "name": "CLXToast",
3   "version": "0.4.0",
4   "summary": "CLXToast is a light weight lib",
5   "description": "fix custom Operation Dependence lead to lazy release issue.",
6   "homepage": "https://github.com/liangxiuchen/CLXToast.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liangxiu.chen.cn@gmail.com": "liangxiu.chen.cn@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/liangxiuchen/CLXToast.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CLXToast/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "Objc-Toast",
25       "source_files": "CLXToast/Classes/objc/**/*",
26       "platforms": {
27         "ios": "8.0"
28       }
29     }
30   ]