[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / 7 / c / EVReflection / 5.2.0 / EVReflection.podspec.json
blobbd7846038f8e55d14acdcc67c492aa02d8e07d50
2   "name": "EVReflection",
3   "version": "5.2.0",
4   "summary": "Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with 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   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "source": {
25     "git": "https://github.com/evermeer/EVReflection.git",
26     "tag": "5.2.0"
27   },
28   "default_subspecs": "Core",
29   "pushed_with_swift_version": "4.0",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Source/*.swift",
34       "frameworks": "Foundation"
35     },
36     {
37       "name": "XML",
38       "source_files": "Source/XML/*.swift",
39       "dependencies": {
40         "EVReflection/Core": [
42         ],
43         "XMLDictionary": [
45         ]
46       }
47     },
48     {
49       "name": "Realm",
50       "source_files": "Source/Realm/*.swift",
51       "dependencies": {
52         "EVReflection/Core": [
54         ],
55         "RealmSwift": [
57         ]
58       }
59     },
60     {
61       "name": "CloudKit",
62       "platforms": {
63         "ios": "8.0",
64         "osx": "10.11",
65         "watchos": "3.0",
66         "tvos": "9.0"
67       },
68       "source_files": "Source/CloudKit/*.swift",
69       "dependencies": {
70         "EVReflection/Core": [
72         ]
73       },
74       "frameworks": "CloudKit"
75     },
76     {
77       "name": "CoreData",
78       "source_files": "Source/CoreData/*.swift",
79       "dependencies": {
80         "EVReflection/Core": [
82         ]
83       },
84       "frameworks": "CoreData"
85     },
86     {
87       "name": "Alamofire",
88       "source_files": "Source/Alamofire/*.swift",
89       "dependencies": {
90         "EVReflection/Core": [
92         ],
93         "Alamofire": [
95         ]
96       }
97     },
98     {
99       "name": "AlamofireXML",
100       "source_files": "Source/Alamofire/XML/*.swift",
101       "dependencies": {
102         "EVReflection/XML": [
104         ],
105         "EVReflection/Alamofire": [
107         ]
108       }
109     },
110     {
111       "name": "Moya",
112       "source_files": "Source/Alamofire/Moya/*.swift",
113       "dependencies": {
114         "Moya": [
116         ],
117         "EVReflection/Alamofire": [
119         ]
120       }
121     },
122     {
123       "name": "MoyaXML",
124       "source_files": "Source/Alamofire/Moya/XML/*.swift",
125       "dependencies": {
126         "EVReflection/AlamofireXML": [
128         ],
129         "EVReflection/Moya": [
131         ]
132       }
133     },
134     {
135       "name": "MoyaRxSwift",
136       "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
137       "dependencies": {
138         "Moya/RxSwift": [
140         ],
141         "EVReflection/Moya": [
143         ]
144       }
145     },
146     {
147       "name": "MoyaRxSwiftXML",
148       "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
149       "dependencies": {
150         "EVReflection/MoyaRxSwift": [
152         ],
153         "EVReflection/MoyaXML": [
155         ]
156       }
157     },
158     {
159       "name": "MoyaReactiveSwift",
160       "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
161       "dependencies": {
162         "Moya/ReactiveSwift": [
164         ],
165         "EVReflection/Moya": [
167         ]
168       }
169     },
170     {
171       "name": "MoyaReactiveSwiftXML",
172       "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
173       "dependencies": {
174         "EVReflection/MoyaReactiveSwift": [
176         ],
177         "EVReflection/MoyaXML": [
179         ]
180       }
181     }
182   ]