blob: f60eda7d67add6bd996a7ab760e7332e84c62c8a [file] [log] [blame]
{
"name": "DependencyRouter",
"version": "0.1.0",
"summary": "Router with dependency services and parameters",
"description": "Written in Swift.\n Router with dependency services and parameters",
"homepage": "https://github.com/ProVir/DependencyRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ViR (Vitaliy Korotkiy)": "admin@provir.ru"
},
"source": {
"git": "https://github.com/ProVir/DependencyRouter.git",
"tag": "0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.{h,swift}",
"public_header_files": "Source/*.h"
}
]
}