| { |
| "name": "PBMediator", |
| "version": "0.1.4", |
| "summary": "PBMediator is an Objc Wrapper for components communication.", |
| "homepage": "https://github.com/iFindTA/NHURLRouterPro", |
| "description": "Between components’s communication over url routes some like flask’s route mechanism that warpper by Objc, and for ios", |
| "license": "MIT(LICENSE)", |
| "authors": { |
| "nanhujiaju": "nanhujiaju@163.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/iFindTA/NHURLRouterPro.git", |
| "tag": "0.1.4" |
| }, |
| "source_files": "NHURLRouterPro/PBRouter/**/*", |
| "public_header_files": "NHURLRouterPro/PBRouter/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true |
| } |