blob: 5a66892a278582279c4a87e1957190837bea1add [file] [log] [blame]
{
"name": "HJMediator",
"version": "0.1.0",
"summary": "一个处理页面跳转的中介者",
"description": "页面跳转的路由,还在不断的完善中",
"homepage": "https://github.com/eassy/HJMediator",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"houwenjie": "houwenjie11@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/eassy/HJMediator.git",
"tag": "0.1.0"
},
"source_files": "HJMediator/HJMediator/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}