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.0"
25 "git": "https://github.com/evermeer/EVReflection.git",
28 "default_subspecs": "Core",
32 "source_files": "Source/*.swift",
33 "frameworks": "Foundation"
37 "source_files": "Source/XML/*.swift",
39 "EVReflection/Core": [
49 "source_files": "Source/Realm/*.swift",
51 "EVReflection/Core": [
67 "source_files": "Source/CloudKit/*.swift",
69 "EVReflection/Core": [
73 "frameworks": "CloudKit"
77 "source_files": "Source/CoreData/*.swift",
79 "EVReflection/Core": [
83 "frameworks": "CoreData"
87 "source_files": "Source/Alamofire/*.swift",
89 "EVReflection/Core": [
98 "name": "AlamofireXML",
99 "source_files": "Source/Alamofire/XML/*.swift",
101 "EVReflection/XML": [
104 "EVReflection/Alamofire": [
111 "source_files": "Source/Alamofire/Moya/*.swift",
116 "EVReflection/Alamofire": [
123 "source_files": "Source/Alamofire/Moya/XML/*.swift",
125 "EVReflection/AlamofireXML": [
128 "EVReflection/Moya": [
134 "name": "MoyaRxSwift",
135 "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
140 "EVReflection/Moya": [
146 "name": "MoyaRxSwiftXML",
147 "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
149 "EVReflection/MoyaRxSwift": [
152 "EVReflection/MoyaXML": [
158 "name": "MoyaReactiveSwift",
159 "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
161 "Moya/ReactiveSwift": [
164 "EVReflection/Moya": [
170 "name": "MoyaReactiveSwiftXML",
171 "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
173 "EVReflection/MoyaReactiveSwift": [
176 "EVReflection/MoyaXML": [