2 "name": "EVReflection",
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",
12 "Edwin Vermeer": "edwin@evict.nl"
14 "social_media_url": "http://twitter.com/evermeer",
21 "pod_target_xcconfig": {
22 "SWIFT_VERSION": "4.0"
25 "git": "https://github.com/evermeer/EVReflection.git",
28 "default_subspecs": "Core",
29 "pushed_with_swift_version": "4.0",
33 "source_files": "Source/*.swift",
34 "frameworks": "Foundation"
38 "source_files": "Source/XML/*.swift",
40 "EVReflection/Core": [
50 "source_files": "Source/Realm/*.swift",
52 "EVReflection/Core": [
68 "source_files": "Source/CloudKit/*.swift",
70 "EVReflection/Core": [
74 "frameworks": "CloudKit"
78 "source_files": "Source/CoreData/*.swift",
80 "EVReflection/Core": [
84 "frameworks": "CoreData"
88 "source_files": "Source/Alamofire/*.swift",
90 "EVReflection/Core": [
99 "name": "AlamofireXML",
100 "source_files": "Source/Alamofire/XML/*.swift",
102 "EVReflection/XML": [
105 "EVReflection/Alamofire": [
112 "source_files": "Source/Alamofire/Moya/*.swift",
117 "EVReflection/Alamofire": [
124 "source_files": "Source/Alamofire/Moya/XML/*.swift",
126 "EVReflection/AlamofireXML": [
129 "EVReflection/Moya": [
135 "name": "MoyaRxSwift",
136 "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
141 "EVReflection/Moya": [
147 "name": "MoyaRxSwiftXML",
148 "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
150 "EVReflection/MoyaRxSwift": [
153 "EVReflection/MoyaXML": [
159 "name": "MoyaReactiveSwift",
160 "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
162 "Moya/ReactiveSwift": [
165 "EVReflection/Moya": [
171 "name": "MoyaReactiveSwiftXML",
172 "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
174 "EVReflection/MoyaReactiveSwift": [
177 "EVReflection/MoyaXML": [