| { |
| "name": "CDKit", |
| "version": "0.0.2", |
| "summary": "A short description of CDKit.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://gitee.com/HelloWorldWinter/CDKit", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "dong cheng": "864109962@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://gitee.com/HelloWorldWinter/CDKit.git", |
| "tag": "0.0.2" |
| }, |
| "requires_arc": true, |
| "vendored_frameworks": "CDKit.framework", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ], |
| "MJExtension": [ |
| |
| ], |
| "YYCache": [ |
| |
| ] |
| } |
| } |