blob: 96141eeeb119029d14c3219cc55be5298bfe1757 [file] [log] [blame]
{
"name": "OCUtil",
"version": "0.0.9",
"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.9"
},
"source_files": [
"OCUtil/*.{h,m}",
"OCUtil/NSObject",
"OCUtil/NSObject/*.{h,m}",
"OCUtil/UIButton",
"OCUtil/UIButton/*.{h,m}",
"OCUtil/UIImage",
"OCUtil/UIImage/*.{h,m}",
"OCUtil/UIImageView",
"OCUtil/UIImageView/*.{h,m}",
"OCUtil/ UITextField",
"OCUtil/ UITextField/*.{h,m}",
"OCUtil/UIView",
"OCUtil/UIView/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}