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/infinum/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/infinum/Japx.git",
24 "swift_version": "4.2",
25 "default_subspecs": "Core",
29 "source_files": "Japx/Classes/Core/**/*",
30 "frameworks": "Foundation"
34 "source_files": "Japx/Classes/Codable/**/*",
43 "source_files": "Japx/Classes/Alamofire/**/*",
54 "name": "RxAlamofire",
55 "source_files": "Japx/Classes/RxAlamofire/**/*",
66 "name": "CodableAlamofire",
67 "source_files": "Japx/Classes/CodableAlamofire/**/*",
78 "name": "RxCodableAlamofire",
79 "source_files": "Japx/Classes/RxCodableAlamofire/**/*",
81 "Japx/CodableAlamofire": [
91 "source_files": "Japx/Classes/Moya/**/*",
103 "source_files": "Japx/Classes/RxMoya/**/*",
111 "name": "CodableMoya",
112 "source_files": "Japx/Classes/CodableMoya/**/*",
126 "name": "RxCodableMoya",
127 "source_files": "Japx/Classes/RxCodableMoya/**/*",
132 "Japx/CodableMoya": [