blob: 877b515c321390b58d17a580fc92c748aaf89968 [file] [log] [blame]
{
"name": "DryInterRouter",
"version": "0.0.2",
"summary": "DryInterRouter",
"homepage": "https://github.com/duanruiying/DryInterRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryInterRouter.git",
"tag": "0.0.2"
},
"description": "TODO: Swift工程内部独立路由,用于解耦视图控制器之间的push.",
"swift_versions": "5",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryInterRouter/Classes/Code/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5"
}