blob: eeebc2ab6d2e86d87f8197c5a09c02d9f8d29710 [file] [log] [blame]
{
"name": "KKBOXOpenAPI",
"version": "1.2.0",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"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.2.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "KKBOXOpenAPI/*.{h,m}",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"tvos": {
"frameworks": "UIKit"
}
}