blob: 9269fe5c58a678d77f97f102be8a9445bd731b7d [file] [log] [blame]
{
"name": "DependencyRouter",
"version": "0.2.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.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"Source/Core/*.swift",
"Source/*.h"
],
"public_header_files": "Source/*.h"
},
{
"name": "General",
"source_files": "Source/General/*.swift",
"dependencies": {
"DependencyRouter/Core": [
]
}
},
{
"name": "ObjC",
"source_files": "Source/ObjC/*.swift",
"dependencies": {
"DependencyRouter/General": [
]
}
}
]
}