| { |
| "name": "KRAOPKit", |
| "version": "1.0.0", |
| "summary": "中间件", |
| "description": "中间件,处理不同业务组件通信问题", |
| "homepage": "https://github.com/AaronDai23/KRAOPKit.git", |
| "license": "MIT (KRAOPKit)", |
| "authors": { |
| "AaronDai23": "1311511825@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/AaronDai23/KRAOPKit.git", |
| "tag": "1.0.0" |
| }, |
| "subspecs": [ |
| { |
| "name": "KRAOPKit", |
| "source_files": "KRAOPKit/KRAOPKit/**/*", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| }, |
| { |
| "name": "KRMediator", |
| "source_files": "KRAOPKit/KRMediator/Categories/**/*", |
| "dependencies": { |
| "CTMediator": [ |
| |
| ] |
| } |
| } |
| ] |
| } |