blob: 732d1003ea1d0ec137c97506d36a1e6f75f79212 [file] [log] [blame]
{
"name": "CLXToast",
"version": "0.4.3",
"summary": "CLXToast is a light weight lib",
"description": "fix custom Operation Dependence lead to lazy release issue.",
"homepage": "https://github.com/liangxiuchen/CLXToast.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liangxiu.chen.cn@gmail.com": "liangxiu.chen.cn@gmail.com"
},
"source": {
"git": "https://github.com/liangxiuchen/CLXToast.git",
"tag": "0.4.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CLXToast/Classes/**/*",
"swift_versions": "5.0",
"subspecs": [
{
"name": "Objc-Toast",
"source_files": "CLXToast/Classes/objc/**/*",
"platforms": {
"ios": "8.0"
}
}
],
"swift_version": "5.0"
}