[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / a / KKBOXOpenAPISwift / 1.1.6 / KKBOXOpenAPISwift.podspec.json
blobf8c80923d1f7d69ff6e50fd83cf8bafe7f29858e
2   "name": "KKBOXOpenAPISwift",
3   "version": "1.1.6",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE.txt"
7   },
8   "summary": "KKBOX's Open API SDK for iOS, macOS, watchOS and tvOS in Swift.",
9   "description": "KKBOX's Open API SDK for developers working on Apple platforms such as iOS, macOS, watchOS and tvOS.",
10   "homepage": "https://github.com/KKBOX/OpenAPI-Swift/",
11   "documentation_url": "https://kkbox.github.io/OpenAPI-Swift/",
12   "swift_version": "4.2",
13   "authors": {
14     "zonble": "zonble@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/KKBOX/OpenAPI-Swift.git",
18     "tag": "1.1.6"
19   },
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.9",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "requires_arc": true,
27   "source_files": "Sources/KKBOXOpenAPISwift/*.swift",
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "tvos": {
32     "frameworks": "UIKit"
33   },
34   "osx": {
35     "frameworks": "AppKit"
36   }