| { |
| "name": "ZZQCategoryKit", |
| "version": "1.0.0", |
| "summary": "A set of useful Base Object for Foundation, UIKit and more.This is my personal packaged network request tool", |
| "homepage": "https://github.com/zziqiang/ZZQCategoryKit", |
| "license": "MIT", |
| "authors": { |
| "zhengziqiang": "a516969532@163.com" |
| }, |
| "social_media_url": "https://github.com/zziqiang", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/zziqiang/ZZQCategoryKit.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "ZQCategoryKit", |
| "ZZQCategoryKit/ZQCategoryKit/**/*.{h,m}" |
| ], |
| "requires_arc": true, |
| "frameworks": "UIKit" |
| } |