{ | |
"name": "OCUtil", | |
"version": "0.0.8", | |
"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.8" | |
}, | |
"source_files": "OCUtil/**/*.{h,m}", | |
"frameworks": [ | |
"UIKit", | |
"Foundation" | |
], | |
"requires_arc": true | |
} |