blob: f8c80923d1f7d69ff6e50fd83cf8bafe7f29858e [file] [log] [blame]
{
"name": "KKBOXOpenAPISwift",
"version": "1.1.6",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"summary": "KKBOX's Open API SDK for iOS, macOS, watchOS and tvOS in Swift.",
"description": "KKBOX's Open API SDK for developers working on Apple platforms such as iOS, macOS, watchOS and tvOS.",
"homepage": "https://github.com/KKBOX/OpenAPI-Swift/",
"documentation_url": "https://kkbox.github.io/OpenAPI-Swift/",
"swift_version": "4.2",
"authors": {
"zonble": "zonble@gmail.com"
},
"source": {
"git": "https://github.com/KKBOX/OpenAPI-Swift.git",
"tag": "1.1.6"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Sources/KKBOXOpenAPISwift/*.swift",
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
}
}