[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / e / KKBOXOpenAPI / 1.1.8 / KKBOXOpenAPI.podspec.json
blob875593c89843e6df77d775f1db56e1413e83f671
2   "name": "KKBOXOpenAPI",
3   "version": "1.1.8",
4   "license": {
5     "type": "Apache 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "KKBOX's Open API SDK for iOS, macOS, watchOS and tvOS.",
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-ObjectiveC/",
11   "documentation_url": "https://kkbox.github.io/OpenAPI-ObjectiveC/",
12   "authors": {
13     "zonble": "zonble@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/KKBOX/OpenAPI-ObjectiveC.git",
17     "tag": "1.1.8"
18   },
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "requires_arc": true,
26   "source_files": "KKBOXOpenAPI/*.{h,m}",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "osx": {
31     "frameworks": "AppKit"
32   },
33   "tvos": {
34     "frameworks": "UIKit"
35   }