blob: 358a112f95b6c35411376742a4a7609ac23dc8a5 [file] [log] [blame]
{
"name": "KKCarPlayManager",
"version": "0.1.3",
"summary": "Helps to implement an CarPlay audio app.",
"description": "KKCarPlayManager helps you to build the tree of the content items to let users to browsw on a CarPlay audio app.",
"homepage": "https://github.com/KKBOX/KKCarPlayManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zonble": "zonble@gmail.com"
},
"source": {
"git": "https://github.com/KKBOX/KKCarPlayManager.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"frameworks": "MediaPlayer",
"default_subspecs": "KKCarPlayManager",
"swift_version": "5.1",
"subspecs": [
{
"name": "KKCarPlayManager",
"source_files": "Sources/KKCarPlayManager/**/*"
},
{
"name": "KKCarPlayManagerExtensions",
"source_files": "Sources/KKCarPlayManagerExtensions/**/*",
"dependencies": {
"KKCarPlayManager/KKCarPlayManager": [
]
}
}
]
}