| { | |
| "name": "KYMVVM", | |
| "version": "1.0.3", | |
| "license": "MIT", | |
| "summary": "私人pod代码", | |
| "homepage": "https://github.com/ObjClan/KYMVVM.git", | |
| "source": { | |
| "git": "https://github.com/ObjClan/KYMVVM.git", | |
| "tag": "1.0.3" | |
| }, | |
| "source_files": "KYMVVM/Classes/*.{h,m}", | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "frameworks": [ | |
| "UIKit", | |
| "Foundation" | |
| ], | |
| "dependencies": { | |
| "JSONModel": [ | |
| "~> 1.7.0" | |
| ], | |
| "Masonry": [ | |
| "~> 1.1.0" | |
| ], | |
| "ReactiveObjC": [ | |
| "~> 3.1.0" | |
| ] | |
| }, | |
| "authors": { | |
| "OBjClan": "405008067@qq.com" | |
| } | |
| } |