Description
- Swift Tools 5.9.0
Description
{
"name": "swift-elevenlabs",
"path": "/usr/src/package",
"targets": [
{
"name": "ElevenLabs",
"path": "Sources/ElevenLabs",
"type": "library",
"c99name": "ElevenLabs",
"sources": [
"Client.swift",
"Extensions.swift",
"Types/Models.swift",
"Types/Sound.swift",
"Types/Speech.swift",
"Types/Transcription.swift",
"Types/Voice.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"ElevenLabs",
"CLI"
]
},
{
"name": "CLI",
"path": "Sources/CLI",
"type": "executable",
"c99name": "CLI",
"sources": [
"Command.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"CLI"
],
"target_dependencies": [
"ElevenLabs"
],
"product_dependencies": [
"ArgumentParser"
]
}
],
"products": [
{
"name": "ElevenLabs",
"type": {
"library": [
"automatic"
]
},
"targets": [
"ElevenLabs"
]
},
{
"name": "CLI",
"type": {
"executable": null
},
"targets": [
"CLI"
]
}
],
"platforms": [
{
"name": "ios",
"version": "16.0"
},
{
"name": "macos",
"version": "13.0"
},
{
"name": "watchos",
"version": "9.0"
},
{
"name": "tvos",
"version": "16.0"
}
],
"dependencies": [
{
"url": "https://github.com/apple/swift-argument-parser",
"type": "sourceControl",
"identity": "swift-argument-parser",
"requirement": {
"branch": [
"main"
]
}
}
],
"tools_version": "5.9",
"manifest_display_name": "swift-elevenlabs"
}
Package Dump
{
"name": "swift-elevenlabs",
"traits": [],
"targets": [
{
"name": "ElevenLabs",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": true
},
{
"name": "CLI",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"ElevenLabs",
null
]
},
{
"product": [
"ArgumentParser",
"swift-argument-parser",
null,
null
]
}
],
"packageAccess": true
}
],
"products": [
{
"name": "ElevenLabs",
"type": {
"library": [
"automatic"
]
},
"targets": [
"ElevenLabs"
],
"settings": []
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "16.0",
"platformName": "ios"
},
{
"options": [],
"version": "13.0",
"platformName": "macos"
},
{
"options": [],
"version": "9.0",
"platformName": "watchos"
},
{
"options": [],
"version": "16.0",
"platformName": "tvos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-argument-parser",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-argument-parser"
}
]
},
"requirement": {
"branch": [
"main"
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.9.0",
"experimentalFeatures": []
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"defaultLocalization": null,
"swiftLanguageVersions": null
}
Dependencies
- swift-argument-parserunspecified
Dependencies
{
"url": "/usr/src/package",
"name": "swift-elevenlabs",
"path": "/usr/src/package",
"traits": [
"default"
],
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/apple/swift-argument-parser",
"name": "swift-argument-parser",
"path": "/usr/src/package/.build/checkouts/swift-argument-parser",
"traits": [
"default"
],
"version": "unspecified",
"identity": "swift-argument-parser",
"dependencies": []
}
]
}