| { |
| "name": "MZUtility", |
| "version": "0.0.2", |
| "summary": "包含帮助类、网络请求的封装、十六进制转RGB、Button的分类、颜色转图片等", |
| "description": "MZUtility 库是一个实用工具库,包含帮助类、网络请求的封装、十六进制转RGB、Button的分类、颜色转图片等", |
| "homepage": "https://gitee.com/hkh_01/MZUtility_cocoapods", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "MJCheung": "zmzchn@gmail.com" |
| }, |
| "source": { |
| "git": "https://gitee.com/hkh_01/MZUtility_cocoapods.git", |
| "tag": "0.0.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "MZUtility/Classes/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 3.0" |
| ] |
| } |
| } |