[Add] zcshare-sdkframework 0.0.12
[CocoaPods.git] / Specs / 1 / 8 / 0 / BLZJapx / 3.0.1 / BLZJapx.podspec.json
blobe1e9f78f88a83c6acd59a727e93c9ec3a1031555
2   "name": "BLZJapx",
3   "version": "3.0.1",
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/balzo-tech/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/balzo-tech/Japx.git",
18     "tag": "3.0.1"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "10.0",
23     "osx": "10.12"
24   },
25   "swift_versions": "5.0",
26   "module_name": "Japx",
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Japx/Classes/Core/**/*",
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "Codable",
36       "source_files": "Japx/Classes/Codable/**/*",
37       "dependencies": {
38         "BLZJapx/Core": [
40         ]
41       }
42     },
43     {
44       "name": "Alamofire",
45       "source_files": "Japx/Classes/Alamofire/**/*",
46       "dependencies": {
47         "BLZJapx/Core": [
49         ],
50         "Alamofire": [
51           "~> 5.0"
52         ]
53       }
54     },
55     {
56       "name": "RxAlamofire",
57       "source_files": "Japx/Classes/RxAlamofire/**/*",
58       "dependencies": {
59         "BLZJapx/Alamofire": [
61         ],
62         "RxSwift": [
63           "~> 5.0"
64         ]
65       }
66     },
67     {
68       "name": "CodableAlamofire",
69       "source_files": "Japx/Classes/CodableAlamofire/**/*",
70       "dependencies": {
71         "BLZJapx/Alamofire": [
73         ],
74         "BLZJapx/Codable": [
76         ]
77       }
78     },
79     {
80       "name": "RxCodableAlamofire",
81       "source_files": "Japx/Classes/RxCodableAlamofire/**/*",
82       "dependencies": {
83         "BLZJapx/CodableAlamofire": [
85         ],
86         "BLZJapx/RxAlamofire": [
88         ]
89       }
90     },
91     {
92       "name": "Moya",
93       "source_files": "Japx/Classes/Moya/**/*",
94       "dependencies": {
95         "BLZJapx/Core": [
97         ],
98         "Moya/Core": [
99           "~> 14.0"
100         ]
101       }
102     },
103     {
104       "name": "RxMoya",
105       "source_files": "Japx/Classes/RxMoya/**/*",
106       "dependencies": {
107         "BLZJapx/Moya": [
109         ],
110         "Moya/RxSwift": [
111           "~> 14.0"
112         ]
113       }
114     },
115     {
116       "name": "CodableMoya",
117       "source_files": "Japx/Classes/CodableMoya/**/*",
118       "dependencies": {
119         "BLZJapx/Core": [
121         ],
122         "BLZJapx/Codable": [
124         ],
125         "BLZJapx/Moya": [
127         ]
128       }
129     },
130     {
131       "name": "RxCodableMoya",
132       "source_files": "Japx/Classes/RxCodableMoya/**/*",
133       "dependencies": {
134         "BLZJapx/Core": [
136         ],
137         "BLZJapx/CodableMoya": [
139         ],
140         "BLZJapx/RxMoya": [
142         ]
143       }
144     },
145     {
146       "name": "ObjC",
147       "source_files": "Japx/Classes/ObjC/**/*",
148       "dependencies": {
149         "BLZJapx/Core": [
151         ]
152       }
153     }
154   ],
155   "swift_version": "5.0"