2 "name": "KBAPISupport",
7 "homepage": "https://github.com/byss/KBAPISupport",
9 "Kirill byss Bystrov": "kirrbyss@gmail.com"
11 "summary": "Simple library for HTTP/HTTPS requests and parsing & mapping JSON/XML responses to native objects.",
13 "git": "https://github.com/byss/KBAPISupport.git",
17 "module_map": "KBAPISupport/Supporting Files/KBAPISupport.modulemap",
34 "KBAPISupport/Core/*.{h,m}",
35 "KBAPISupport/Supporting Files/KBAPISupport.h"
37 "private_header_files": "KBAPISupport/Core/*_Protected.h",
38 "frameworks": "Foundation"
41 "name": "NSURLConnection",
42 "source_files": "KBAPISupport/NSURLConnection/*.{h,m}",
43 "private_header_files": "KBAPISupport/NSURLConnection/*_Protected.h",
45 "KBAPISupport/Core": [
55 "name": "NSURLSession",
56 "source_files": "KBAPISupport/NSURLSession/*.{h,m}",
57 "private_header_files": [
58 "KBAPISupport/NSURLSession/*_Protected.h",
59 "KBAPISupport/NSURLSession/KBURLSessionDelegate.h"
62 "KBAPISupport/Core": [
69 "source_files": "KBAPISupport/JSON/*.{h,m}",
71 "KBAPISupport/Core": [
77 "name": "CoreMapping",
78 "source_files": "KBAPISupport/CoreMapping/*.{h,m}",
80 "KBAPISupport/Core": [
86 "name": "ObjectMapping",
87 "source_files": "KBAPISupport/ObjectMapping/*.{h,m}",
89 "KBAPISupport/Core": [
92 "KBAPISupport/CoreMapping": [
96 "private_header_files": "KBAPISupport/ObjectMapping/*_Protected.h"
100 "source_files": "KBAPISupport/Blocks/*.{h,m}",
102 "KBAPISupport/Core": [
108 "name": "NetworkIndicator",
109 "source_files": "KBAPISupport/NetworkIndicator/*.{h,m}",
111 "KBAPISupport/Core": [
116 "frameworks": "UIKit"