blob: b2ae3621f3a88c4d28fe7c0adeffa0533d34e373 [file] [log] [blame]
{
"name": "ECRouter",
"version": "1.1.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "IOS 简易统跳路由",
"description": "#详细描述\n参考MGJRouter 、 JLRoute 等优秀路由库;\n实现功能如下:\n1、\n采用Masonry的链式布局思想,将view通过锚点的方式连接在一起.",
"homepage": "https://git.oschina.net/pixar/ECRouter",
"authors": {
"PiXAR": "417527998@qq.com"
},
"social_media_url": "http://www.jianshu.com/users/e1eb391a157a",
"source": {
"git": "https://git.oschina.net/pixar/ECRouter.git",
"tag": "v1.1.5"
},
"source_files": "ECRouter/*",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}