[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / d / b / KBAPISupport / 4.0.0-b01 / KBAPISupport.podspec.json
blob0eeaffd614fc1ce1f2f61744685d452ec1cea3db
2   "name": "KBAPISupport",
3   "version": "4.0.0-b01",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/byss/KBAPISupport",
8   "authors": {
9     "Kirill byss Bystrov": "kirrbyss@gmail.com"
10   },
11   "summary": "Simple library for HTTP/HTTPS requests and parsing & mapping JSON/XML responses to native objects.",
12   "source": {
13     "git": "https://github.com/byss/KBAPISupport.git",
14     "tag": "v4.0.0-b01"
15   },
16   "requires_arc": false,
17   "frameworks": "Foundation",
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0",
22     "osx": "10.12",
23     "watchos": "4.0"
24   },
25   "module_map": "KBAPISupport/Supporting Files/KBAPISupport.modulemap",
26   "pod_target_xcconfig": {
27     "COPY_HEADERS_RUN_UNIFDEF": "YES",
28     "COPY_HEADERS_UNIFDEF_FLAGS": "-U__cplusplus",
29     "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17"
30   },
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "KBAPISupport/Core/{Public,Internal,Private}/*.{h,m,mm,swift}",
37         "KBAPISupport/Supporting Files/KBAPISupport.h"
38       ],
39       "public_header_files": [
40         "KBAPISupport/Core/Public/*.h",
41         "KBAPISupport/Supporting Files/KBAPISupport.h"
42       ],
43       "private_header_files": "KBAPISupport/Core/Internal/*.h"
44     },
45     {
46       "name": "ObjC",
47       "source_files": [
48         "KBAPISupport/ObjC/{Public,Internal,Private}/*.{h,m,mm,swift}",
49         "KBAPISupport/Supporting Files/KBAPISupport.h"
50       ],
51       "public_header_files": [
52         "KBAPISupport/ObjC/Public/*.h",
53         "KBAPISupport/Supporting Files/KBAPISupport.h"
54       ],
55       "dependencies": {
56         "KBAPISupport/Core": [
58         ]
59       }
60     },
61     {
62       "name": "ImageLoading",
63       "source_files": [
64         "KBAPISupport/ImageLoading/{Public,Internal,Private}/*.{h,m,mm,swift}",
65         "KBAPISupport/Supporting Files/KBAPISupport.h"
66       ],
67       "public_header_files": [
68         "KBAPISupport/ImageLoading/Public/*.h",
69         "KBAPISupport/Supporting Files/KBAPISupport.h"
70       ],
71       "dependencies": {
72         "KBAPISupport/Core": [
74         ]
75       },
76       "ios": {
77         "frameworks": "UIKit"
78       },
79       "tvos": {
80         "frameworks": "UIKit"
81       },
82       "osx": {
83         "frameworks": "AppKit"
84       }
85     }
86   ]