blob: d2d98839210b669f6b33f1ffbf9331bf2404331b [file] [log] [blame]
{
"name": "ZLZKBaseUtils",
"version": "0.1.0",
"summary": "基础工具库.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://zlzkyuxin.xyz",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"1134548344@qq.com": "1134548344@qq.com"
},
"source": {
"git": "https://gitee.com/zlzk/ZLZKBaseUtils.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Utils",
"dependencies": {
"MBProgressHUD": [
]
},
"source_files": "BaseUtils/Classes/Utils/*.{h,m}"
}
]
}