blob: 5c932f216a22e6829cc398472abf596d385f458c [file] [log] [blame]
{
"name": "OCUtil",
"version": "0.0.1",
"summary": "OC 工具类",
"description": " 包含一些常用到的扩展方法以及工具方法.\n",
"homepage": "https://github.com/a7510774/OCUtil.git",
"authors": {
"chengw": "260323117@qq.com"
},
"license": "MIT",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/a7510774/OCUtil.git",
"tag": "0.0.1"
},
"source_files": "OCUtil/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}