blob: 6ca2142ec10968ad84b8d3085ce93c892c96e8b0 [file] [log] [blame]
{
"name": "Director",
"version": "1.0.5",
"summary": "Lightweight Swift coordinator library.",
"description": "Director is a lightweight Swift coordinator library for iOS.\nLights, cameras, navigation.",
"homepage": "https://github.com/mitchtreece/Director",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mitch Treece": "mitchtreece@me.com"
},
"source": {
"git": "https://github.com/mitchtreece/Director.git",
"tag": "1.0.5"
},
"social_media_url": "https://twitter.com/mitchtreece",
"swift_versions": "5",
"platforms": {
"ios": "11.0"
},
"default_subspecs": "Core",
"swift_version": "5",
"subspecs": [
{
"name": "Core",
"source_files": "Director/Source/Core/**/*"
},
{
"name": "DI",
"source_files": "Director/Source/DI/**/*",
"dependencies": {
"Director/Core": [
],
"Swinject": [
"~> 2.7.0"
]
}
},
{
"name": "All",
"dependencies": {
"Director/Core": [
],
"Director/DI": [
]
}
}
]
}