[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 7 / d / b / KBAPISupport / 3.0.0 / KBAPISupport.podspec.json
blob0b01321788184ddc15534661fbd057dac883190c
2   "name": "KBAPISupport",
3   "version": "3.0.0",
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": "v3.0.0"
15   },
16   "requires_arc": true,
17   "module_map": "KBAPISupport/Supporting Files/KBAPISupport.modulemap",
18   "platforms": {
19     "ios": "7.0",
20     "osx": "10.9",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "default_subspecs": [
25     "NSURLSession",
26     "JSON",
27     "ObjectMapping",
28     "Blocks"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "KBAPISupport/Core/*.{h,m}",
35         "KBAPISupport/Supporting Files/KBAPISupport.h"
36       ],
37       "private_header_files": "KBAPISupport/Core/*_Protected.h",
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "NSURLConnection",
42       "source_files": "KBAPISupport/NSURLConnection/*.{h,m}",
43       "private_header_files": "KBAPISupport/NSURLConnection/*_Protected.h",
44       "dependencies": {
45         "KBAPISupport/Core": [
47         ]
48       },
49       "platforms": {
50         "ios": "7.0",
51         "osx": "10.9"
52       }
53     },
54     {
55       "name": "NSURLSession",
56       "source_files": "KBAPISupport/NSURLSession/*.{h,m}",
57       "private_header_files": [
58         "KBAPISupport/NSURLSession/*_Protected.h",
59         "KBAPISupport/NSURLSession/KBURLSessionDelegate.h"
60       ],
61       "dependencies": {
62         "KBAPISupport/Core": [
64         ]
65       }
66     },
67     {
68       "name": "JSON",
69       "source_files": "KBAPISupport/JSON/*.{h,m}",
70       "dependencies": {
71         "KBAPISupport/Core": [
73         ]
74       }
75     },
76     {
77       "name": "CoreMapping",
78       "source_files": "KBAPISupport/CoreMapping/*.{h,m}",
79       "dependencies": {
80         "KBAPISupport/Core": [
82         ]
83       }
84     },
85     {
86       "name": "ObjectMapping",
87       "source_files": "KBAPISupport/ObjectMapping/*.{h,m}",
88       "dependencies": {
89         "KBAPISupport/Core": [
91         ],
92         "KBAPISupport/CoreMapping": [
94         ]
95       },
96       "private_header_files": "KBAPISupport/ObjectMapping/*_Protected.h"
97     },
98     {
99       "name": "Blocks",
100       "source_files": "KBAPISupport/Blocks/*.{h,m}",
101       "dependencies": {
102         "KBAPISupport/Core": [
104         ]
105       }
106     },
107     {
108       "name": "NetworkIndicator",
109       "source_files": "KBAPISupport/NetworkIndicator/*.{h,m}",
110       "dependencies": {
111         "KBAPISupport/Core": [
113         ]
114       },
115       "ios": {
116         "frameworks": "UIKit"
117       },
118       "platforms": {
119         "ios": "7.0"
120       }
121     }
122   ]