blob: f425bad31264f1893b05b780e2c335428160e215 [file] [log] [blame]
{
"name": "CSLUtils",
"version": "0.0.1",
"summary": "base utils function",
"homepage": "https://github.com/chengshiliang/CSLUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chengshiliang": "285928582@qq.com"
},
"source": {
"git": "https://github.com/chengshiliang/CSLUtils.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CSLUtils/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"CSLCommonLibrary": [
],
"SDWebImage": [
]
}
}