2 "name": "EVReflection",
4 "summary": "Reflection based object mapping. (Dictionary, CKRecord, NSManagedObject, Realm, JSON, XML, Alamofire, Moya, RxSwift, ReactiveSwift)",
5 "description": "[Reflection](https://github.com/evermeer/EVReflection) based object mapping (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) including 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.2"
30 "git": "https://github.com/evermeer/EVReflection.git",
33 "default_subspecs": "Core",
37 "source_files": "Source/*.swift",
38 "frameworks": "Foundation"
42 "source_files": "Source/XML/*.swift",
44 "EVReflection/Core": [
54 "source_files": "Source/Realm/*.swift",
56 "EVReflection/Core": [
72 "source_files": "Source/CloudKit/*.swift",
74 "EVReflection/Core": [
78 "frameworks": "CloudKit"
82 "source_files": "Source/CoreData/*.swift",
84 "EVReflection/Core": [
88 "frameworks": "CoreData"
92 "source_files": "Source/Alamofire/*.swift",
94 "EVReflection/Core": [
103 "name": "AlamofireXML",
104 "source_files": "Source/Alamofire/XML/*.swift",
106 "EVReflection/XML": [
109 "EVReflection/Alamofire": [
116 "source_files": "Source/Alamofire/Moya/*.swift",
121 "EVReflection/Alamofire": [
128 "source_files": "Source/Alamofire/Moya/XML/*.swift",
130 "EVReflection/AlamofireXML": [
133 "EVReflection/Moya": [
139 "name": "MoyaRxSwift",
140 "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
145 "EVReflection/Moya": [
151 "name": "MoyaRxSwiftXML",
152 "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
154 "EVReflection/MoyaRxSwift": [
157 "EVReflection/MoyaXML": [
163 "name": "MoyaReactiveSwift",
164 "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
166 "Moya/ReactiveSwift": [
169 "EVReflection/Moya": [
175 "name": "MoyaReactiveSwiftXML",
176 "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
178 "EVReflection/MoyaReactiveSwift": [
181 "EVReflection/MoyaXML": [