4 "summary": "Lightweight JSON:API parser.",
5 "description": "Lightweight JSON:API parser that flattens complex JSON:API structure and turns it into simple JSON. It can also take simple JSON and turn it into JSON:API structure.\nIt works by transfering Dictionary to Dictionary, so you can use Codable, Unbox, Wrap, ObjectMapper, or any other object mapping tool that you preffer.",
6 "homepage": "https://github.com/balzo-tech/Japx",
12 "Infinum": "ios@infinum.hr",
13 "Vlaho Poluta": "vlaho.poluta@infinum.hr",
14 "Filip Gulan": "filip.gulan@infinum.hr"
17 "git": "https://github.com/balzo-tech/Japx.git",
25 "swift_versions": "5.0",
26 "module_name": "Japx",
27 "default_subspecs": "Core",
31 "source_files": "Japx/Classes/Core/**/*",
32 "frameworks": "Foundation"
36 "source_files": "Japx/Classes/Codable/**/*",
45 "source_files": "Japx/Classes/Alamofire/**/*",
56 "name": "RxAlamofire",
57 "source_files": "Japx/Classes/RxAlamofire/**/*",
59 "BLZJapx/Alamofire": [
68 "name": "CodableAlamofire",
69 "source_files": "Japx/Classes/CodableAlamofire/**/*",
71 "BLZJapx/Alamofire": [
80 "name": "RxCodableAlamofire",
81 "source_files": "Japx/Classes/RxCodableAlamofire/**/*",
83 "BLZJapx/CodableAlamofire": [
86 "BLZJapx/RxAlamofire": [
93 "source_files": "Japx/Classes/Moya/**/*",
105 "source_files": "Japx/Classes/RxMoya/**/*",
116 "name": "CodableMoya",
117 "source_files": "Japx/Classes/CodableMoya/**/*",
131 "name": "RxCodableMoya",
132 "source_files": "Japx/Classes/RxCodableMoya/**/*",
137 "BLZJapx/CodableMoya": [
147 "source_files": "Japx/Classes/ObjC/**/*",
155 "swift_version": "5.0"