| { |
| "name": "ExMVVMKit", |
| "version": "0.2.8", |
| "summary": "A short description of ExMVVMKit.", |
| "homepage": "https://github.com/samspirit/ExMVVMKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "samspirit": "11873288@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/samspirit/ExMVVMKit.git", |
| "tag": "0.2.8" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "ExMVVMKit/ExMVVMKit.h", |
| "prefix_header_contents": "#import <ReactiveObjC/ReactiveObjC.h>", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "libraries": [ |
| "bz2", |
| "stdc++", |
| "iconv" |
| ], |
| "dependencies": { |
| "ReactiveObjC": [ |
| |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "BaseMVVM", |
| "dependencies": { |
| "MJRefresh": [ |
| |
| ], |
| "JSONModel": [ |
| |
| ], |
| "YYModel": [ |
| |
| ], |
| "Masonry": [ |
| |
| ], |
| "ExMVVMKit/Category": [ |
| |
| ], |
| "ExMVVMKit/External": [ |
| |
| ] |
| }, |
| "source_files": "ExMVVMKit/BaseMVVM/**/*.{h,m}" |
| }, |
| { |
| "name": "Category", |
| "dependencies": { |
| "ExMVVMKit/ModuleRouter": [ |
| |
| ] |
| }, |
| "source_files": "ExMVVMKit/Category/**/*.{h,m}" |
| }, |
| { |
| "name": "External", |
| "dependencies": { |
| "MBProgressHUD": [ |
| |
| ] |
| }, |
| "source_files": "ExMVVMKit/External/**/*.{h,m}" |
| }, |
| { |
| "name": "ModuleRouter", |
| "dependencies": { |
| "MGJRouter": [ |
| |
| ] |
| }, |
| "source_files": "ExMVVMKit/ModuleRouter/**/*.{h,m}" |
| }, |
| { |
| "name": "Serivce", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ] |
| }, |
| "source_files": "ExMVVMKit/Serivce/**/*.{h,m}" |
| } |
| ] |
| } |