[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 8 / 3 / Japx / 4.0.0 / Japx.podspec.json
blob31e92d704e131c3023d5615ec892adc0a0c3f543
2   "name": "Japx",
3   "version": "4.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Infinum": "ios@infinum.hr",
13     "Vlaho Poluta": "vlaho.poluta@infinum.hr",
14     "Filip Gulan": "filip.gulan@infinum.hr"
15   },
16   "source": {
17     "git": "https://github.com/infinum/Japx.git",
18     "tag": "4.0.0"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "10.0",
23     "osx": "10.12"
24   },
25   "swift_versions": "5.0",
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Japx/Classes/Core/**/*",
31       "frameworks": "Foundation"
32     },
33     {
34       "name": "Alamofire",
35       "source_files": "Japx/Classes/Alamofire/**/*",
36       "dependencies": {
37         "Japx/Core": [
39         ],
40         "Alamofire": [
42         ]
43       }
44     },
45     {
46       "name": "RxAlamofire",
47       "source_files": "Japx/Classes/RxAlamofire/**/*",
48       "dependencies": {
49         "Japx/Alamofire": [
51         ],
52         "RxSwift": [
54         ]
55       }
56     },
57     {
58       "name": "Moya",
59       "source_files": "Japx/Classes/Moya/**/*",
60       "dependencies": {
61         "Japx/Core": [
63         ],
64         "Moya/Core": [
66         ]
67       }
68     },
69     {
70       "name": "RxMoya",
71       "source_files": "Japx/Classes/RxMoya/**/*",
72       "dependencies": {
73         "Japx/Moya": [
75         ],
76         "Moya/RxSwift": [
78         ]
79       }
80     },
81     {
82       "name": "ObjC",
83       "source_files": "Japx/Classes/ObjC/**/*",
84       "dependencies": {
85         "Japx/Core": [
87         ]
88       }
89     }
90   ],
91   "swift_version": "5.0"