[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / d / c / e / KKBOXOpenAPI / 1.1.4 / KKBOXOpenAPI.podspec.json
blob58ff6069a5688847cd97b3723ded0871f906ae38
2   "name": "KKBOXOpenAPI",
3   "version": "1.1.4",
4   "license": {
5     "type": "Apache 2.0",
6     "text": "Apache 2.0"
7   },
8   "summary": "KKBOX's Open API client for iOS, macOS, watchOS and tvOS.",
9   "homepage": "https://kkbox.com",
10   "authors": {
11     "Weizhong Yang": "wzyang@kkbox.com"
12   },
13   "source": {
14     "git": "https://github.com/KKBOX/OpenAPI-ObjectiveC.git",
15     "tag": "1.1.4"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.9"
20   },
21   "requires_arc": true,
22   "source_files": "KKBOXOpenAPI/*.{h,m}",
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "tvos": {
27     "frameworks": "UIKit"
28   },
29   "osx": {
30     "frameworks": "AppKit"
31   }