blob: 3bbf72986c8b4f45a586a08d361c8b31e3fb7885 [file] [log] [blame]
{
"name": "DryInterRouter",
"version": "0.0.1",
"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.1"
},
"description": "TODO: Swift工程内部独立路由,用于解耦视图控制器之间的push.",
"swift_version": "5",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryInterRouter/Classes/Code/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}