blob: ac8d8fda2063c22e15b3f80197794ea2b91b240c [file] [log] [blame]
{
"name": "GCTRouter",
"version": "0.0.1",
"summary": "Swift 路由 router",
"description": "Swift 版本的router:\n可通过注册的scheme 获取ViewController,也可通过native的配置获取ViewController",
"homepage": "https://github.com/KKLater/Router",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Later": "lshxin89@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/KKLater/Router.git",
"tag": "0.0.1"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"swift_version": "4.2",
"source_files": "Router/*.swift"
}