blob: 5c173c77a4bb46705b7b006939f92a3d212c61f4 [file] [log] [blame]
{
"name": "CLXToast",
"version": "0.3.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.3.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CLXToast/Classes/**/*",
"subspecs": [
{
"name": "Objc-Toast",
"source_files": "CLXToast/Classes/objc/**/*",
"platforms": {
"ios": "8.0"
}
}
]
}