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",
30 "source_files": "Japx/Classes/Core/**/*",
31 "frameworks": "Foundation"
35 "source_files": "Japx/Classes/Codable/**/*",
44 "source_files": "Japx/Classes/Alamofire/**/*",
55 "name": "RxAlamofire",
56 "source_files": "Japx/Classes/RxAlamofire/**/*",
67 "name": "CodableAlamofire",
68 "source_files": "Japx/Classes/CodableAlamofire/**/*",
79 "name": "RxCodableAlamofire",
80 "source_files": "Japx/Classes/RxCodableAlamofire/**/*",
82 "Japx/CodableAlamofire": [
92 "source_files": "Japx/Classes/Moya/**/*",
104 "source_files": "Japx/Classes/RxMoya/**/*",
115 "name": "CodableMoya",
116 "source_files": "Japx/Classes/CodableMoya/**/*",
130 "name": "RxCodableMoya",
131 "source_files": "Japx/Classes/RxCodableMoya/**/*",
136 "Japx/CodableMoya": [
146 "source_files": "Japx/Classes/ObjC/**/*",
154 "swift_version": "5.0"