| { | |
| "name": "QHUtil", | |
| "version": "0.0.1", | |
| "summary": "一些常用方法的收集", | |
| "description": "\"一些常用方法的收集\"", | |
| "homepage": "https://github.com/lkxiluo/QHUtil", | |
| "license": "MIT", | |
| "authors": { | |
| "lkxiluo": "https://github.com/lkxiluo" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/lkxiluo/QHUtil.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "QHUtil", | |
| "QHUtil/**/*.{h,m}" | |
| ], | |
| "frameworks": [ | |
| "UIKit", | |
| "Foundation" | |
| ] | |
| } |