[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / 9 / JSONAPIParser / 0.1.0 / JSONAPIParser.podspec.json
blob11805b3a84c77dfaf96a5c7e85cd10b1672bd6fe
2   "name": "JSONAPIParser",
3   "version": "0.1.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/iOS-JSON-API-Parser",
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/iOS-JSON-API-Parser.git",
18     "tag": "0.1.0"
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": "JSONAPIParser/Classes/Core/**/*",
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "Codable",
34       "source_files": "JSONAPIParser/Classes/Codable/**/*",
35       "dependencies": {
36         "JSONAPIParser/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Alamofire",
43       "source_files": "JSONAPIParser/Classes/Alamofire/**/*",
44       "dependencies": {
45         "JSONAPIParser/Core": [
47         ],
48         "Alamofire": [
49           "~> 4.5"
50         ]
51       }
52     },
53     {
54       "name": "RxAlamofire",
55       "source_files": "JSONAPIParser/Classes/RxAlamofire/**/*",
56       "dependencies": {
57         "JSONAPIParser/Alamofire": [
59         ],
60         "RxSwift": [
61           "~> 4.0"
62         ]
63       }
64     },
65     {
66       "name": "CodableAlamofire",
67       "source_files": "JSONAPIParser/Classes/CodableAlamofire/**/*",
68       "dependencies": {
69         "JSONAPIParser/Alamofire": [
71         ],
72         "JSONAPIParser/Codable": [
74         ]
75       }
76     },
77     {
78       "name": "RxCodableAlamofire",
79       "source_files": "JSONAPIParser/Classes/RxCodableAlamofire/**/*",
80       "dependencies": {
81         "JSONAPIParser/CodableAlamofire": [
83         ],
84         "JSONAPIParser/RxAlamofire": [
86         ]
87       }
88     }
89   ]