[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / 7 / c / EVReflection / 4.12.0 / EVReflection.podspec.json
blobfb5715854451b3afd47d35ff0442e0e32aa7193e
2   "name": "EVReflection",
3   "version": "4.12.0",
4   "summary": "Reflection based (dictionary, JSON or XML) object mapping (including extensions for Alamofire and Moya with RxSwift or ReactiveSwift)",
5   "description": "[Reflection](https://github.com/evermeer/EVReflection) based object mapping (dictionary, Json, XML, CKRecord)\nincluding extensions for [Alamofire](https://github.com/Alamofire/Alamofire) and [Moya](https://github.com/Moya/Moya) for network abstraction. And on top of that extension for [RxSwift](https://github.com/ReactiveX/RxSwift/) and [ReactiveSwift]",
6   "homepage": "https://github.com/evermeer/EVReflection",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Edwin Vermeer": "edwin@evict.nl"
13   },
14   "social_media_url": "http://twitter.com/evermeer",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.11",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/evermeer/EVReflection.git",
23     "tag": "4.12.0"
24   },
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Source/*.swift",
31       "frameworks": "Foundation"
32     },
33     {
34       "name": "XML",
35       "source_files": "Source/XML/*.swift",
36       "dependencies": {
37         "EVReflection/Core": [
39         ],
40         "XMLDictionary": [
42         ]
43       }
44     },
45     {
46       "name": "Realm",
47       "source_files": "Source/Realm/*.swift",
48       "dependencies": {
49         "EVReflection/Core": [
51         ],
52         "RealmSwift": [
54         ]
55       }
56     },
57     {
58       "name": "CloudKit",
59       "source_files": "Source/CloudKit/*.swift",
60       "dependencies": {
61         "EVReflection/Core": [
63         ]
64       },
65       "frameworks": "CloudKit"
66     },
67     {
68       "name": "CoreData",
69       "source_files": "Source/CoreData/*.swift",
70       "dependencies": {
71         "EVReflection/Core": [
73         ]
74       },
75       "frameworks": "CoreData"
76     },
77     {
78       "name": "Alamofire",
79       "source_files": "Source/Alamofire/*.swift",
80       "dependencies": {
81         "EVReflection/Core": [
83         ],
84         "Alamofire": [
86         ]
87       }
88     },
89     {
90       "name": "AlamofireXML",
91       "source_files": "Source/Alamofire/XML/*.swift",
92       "dependencies": {
93         "EVReflection/XML": [
95         ],
96         "EVReflection/Alamofire": [
98         ]
99       }
100     },
101     {
102       "name": "Moya",
103       "source_files": "Source/Alamofire/Moya/*.swift",
104       "dependencies": {
105         "Moya": [
107         ],
108         "EVReflection/Alamofire": [
110         ]
111       }
112     },
113     {
114       "name": "MoyaXML",
115       "source_files": "Source/Alamofire/Moya/XML/*.swift",
116       "dependencies": {
117         "EVReflection/AlamofireXML": [
119         ],
120         "EVReflection/Moya": [
122         ]
123       }
124     },
125     {
126       "name": "MoyaRxSwift",
127       "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
128       "dependencies": {
129         "Moya/RxSwift": [
131         ],
132         "EVReflection/Moya": [
134         ]
135       }
136     },
137     {
138       "name": "MoyaRxSwiftXML",
139       "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
140       "dependencies": {
141         "EVReflection/MoyaRxSwift": [
143         ],
144         "EVReflection/MoyaXML": [
146         ]
147       }
148     },
149     {
150       "name": "MoyaReactiveSwift",
151       "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
152       "dependencies": {
153         "Moya/ReactiveSwift": [
155         ],
156         "EVReflection/Moya": [
158         ]
159       }
160     },
161     {
162       "name": "MoyaReactiveSwiftXML",
163       "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
164       "dependencies": {
165         "EVReflection/MoyaReactiveSwift": [
167         ],
168         "EVReflection/MoyaXML": [
170         ]
171       }
172     }
173   ]