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