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",
25 "swift_versions": "5.0",
26 "default_subspecs": "Core",
27 "swift_version": "5.0",
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/**/*",
68 "name": "CodableAlamofire",
69 "source_files": "Japx/Classes/CodableAlamofire/**/*",
80 "name": "RxCodableAlamofire",
81 "source_files": "Japx/Classes/RxCodableAlamofire/**/*",
83 "Japx/CodableAlamofire": [
93 "source_files": "Japx/Classes/Moya/**/*",
105 "source_files": "Japx/Classes/RxMoya/**/*",
113 "name": "CodableMoya",
114 "source_files": "Japx/Classes/CodableMoya/**/*",
128 "name": "RxCodableMoya",
129 "source_files": "Japx/Classes/RxCodableMoya/**/*",
134 "Japx/CodableMoya": [
144 "source_files": "Japx/Classes/ObjC/**/*",