blob: 8cb6c7ecfcc787c13cb30298b9303f616da17244 [file] [log] [blame]
{
"name": "PBMediator",
"version": "0.0.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.0.4"
},
"source_files": "NHURLRouterPro/PBRouter/**/*",
"public_header_files": "NHURLRouterPro/PBRouter/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}