blob: fa61263c97392655ea0a8ace221c33f343e571a7 [file] [log] [blame]
{
"name": "Director",
"version": "1.0.2",
"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.2"
},
"social_media_url": "https://twitter.com/mitchtreece",
"swift_versions": "5",
"platforms": {
"ios": "12.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.6.0"
]
}
},
{
"name": "All",
"dependencies": {
"Director/Core": [
],
"Director/DI": [
]
}
}
]
}