blob: c0cfa3614cd142852af3a2f922adeb3eef4ebe0e [file] [log] [blame]
{
"name": "KKBOXOpenAPISwift",
"version": "1.1.7",
"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/",
"authors": {
"zonble": "zonble@gmail.com"
},
"source": {
"git": "https://github.com/KKBOX/OpenAPI-Swift.git",
"tag": "1.1.7"
},
"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"
},
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"swift_version": "5.1"
}