{ | |
"name": "ZHCommon", | |
"version": "1.0.0", | |
"summary": "ZHCommon是一个iOS公共基础库", | |
"description": "ZHCommon是一个iOS公共基础库,里面包含了很多方便好用的iOS基础库,导入直接可用,还有一些拓展", | |
"homepage": "https://github.com/zhengzhanghai/ZHCommon", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"zhengzhanghai": "zzh_xiaohai@163.com" | |
}, | |
"source": { | |
"git": "https://github.com/zhengzhanghai/ZHCommon.git", | |
"tag": "1.0.0" | |
}, | |
"platforms": { | |
"ios": "9.0" | |
}, | |
"source_files": "ZHCommon/Classes/**/*.{h,m}" | |
} |