[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 3 / Japx / 1.0.2 / Japx.podspec.json
blobb1820547d2290f45a5a729e8b2cce517a6f67810
2   "name": "Japx",
3   "version": "1.0.2",
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": "1.0.2"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "9.0"
23   },
24   "swift_version": "4.0",
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Japx/Classes/Core/**/*",
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "Codable",
34       "source_files": "Japx/Classes/Codable/**/*",
35       "dependencies": {
36         "Japx/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Alamofire",
43       "source_files": "Japx/Classes/Alamofire/**/*",
44       "dependencies": {
45         "Japx/Core": [
47         ],
48         "Alamofire": [
49           "~> 4.5"
50         ]
51       }
52     },
53     {
54       "name": "RxAlamofire",
55       "source_files": "Japx/Classes/RxAlamofire/**/*",
56       "dependencies": {
57         "Japx/Alamofire": [
59         ],
60         "RxSwift": [
61           "~> 4.0"
62         ]
63       }
64     },
65     {
66       "name": "CodableAlamofire",
67       "source_files": "Japx/Classes/CodableAlamofire/**/*",
68       "dependencies": {
69         "Japx/Alamofire": [
71         ],
72         "Japx/Codable": [
74         ]
75       }
76     },
77     {
78       "name": "RxCodableAlamofire",
79       "source_files": "Japx/Classes/RxCodableAlamofire/**/*",
80       "dependencies": {
81         "Japx/CodableAlamofire": [
83         ],
84         "Japx/RxAlamofire": [
86         ]
87       }
88     }
89   ]