blob: d65f8c8acf647b2a205453e672b3c2dab2c6550f [file] [log] [blame]
{
"name": "KKBOXOpenAPI",
"version": "1.1.7",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"summary": "KKBOX's Open API SDK for iOS, macOS, watchOS and tvOS.",
"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-ObjectiveC/",
"documentation_url": "https://kkbox.github.io/OpenAPI-ObjectiveC/",
"authors": {
"zonble": "zonble@gmail.com"
},
"source": {
"git": "https://github.com/KKBOX/OpenAPI-ObjectiveC.git",
"tag": "1.1.7"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "KKBOXOpenAPI/*.{h,m}",
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
}
}