[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / e / KKBOXOpenAPI / 1.1.6 / KKBOXOpenAPI.podspec.json
blobc78879e4a5d7949f82e185b45414681ce1972d62
2   "name": "KKBOXOpenAPI",
3   "version": "1.1.6",
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.6"
18   },
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "requires_arc": true,
25   "source_files": "KKBOXOpenAPI/*.{h,m}",
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "tvos": {
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "frameworks": "AppKit"
34   }