[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / f / 7 / c / EVReflection / 4.17.1 / EVReflection.podspec.json
blob22f58a7cf937f3952ee25fe5c9a9d81819f8908c
2   "name": "EVReflection",
3   "version": "4.17.1",
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   "source": {
22     "git": "https://github.com/evermeer/EVReflection.git",
23     "tag": "4.17.1"
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       "platforms": {
60         "watchos": "3.0"
61       },
62       "source_files": "Source/CloudKit/*.swift",
63       "dependencies": {
64         "EVReflection/Core": [
66         ]
67       },
68       "frameworks": "CloudKit"
69     },
70     {
71       "name": "CoreData",
72       "source_files": "Source/CoreData/*.swift",
73       "dependencies": {
74         "EVReflection/Core": [
76         ]
77       },
78       "frameworks": "CoreData"
79     },
80     {
81       "name": "Alamofire",
82       "source_files": "Source/Alamofire/*.swift",
83       "dependencies": {
84         "EVReflection/Core": [
86         ],
87         "Alamofire": [
89         ]
90       }
91     },
92     {
93       "name": "AlamofireXML",
94       "source_files": "Source/Alamofire/XML/*.swift",
95       "dependencies": {
96         "EVReflection/XML": [
98         ],
99         "EVReflection/Alamofire": [
101         ]
102       }
103     },
104     {
105       "name": "Moya",
106       "source_files": "Source/Alamofire/Moya/*.swift",
107       "dependencies": {
108         "Moya": [
110         ],
111         "EVReflection/Alamofire": [
113         ]
114       }
115     },
116     {
117       "name": "MoyaXML",
118       "source_files": "Source/Alamofire/Moya/XML/*.swift",
119       "dependencies": {
120         "EVReflection/AlamofireXML": [
122         ],
123         "EVReflection/Moya": [
125         ]
126       }
127     },
128     {
129       "name": "MoyaRxSwift",
130       "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
131       "dependencies": {
132         "Moya/RxSwift": [
134         ],
135         "EVReflection/Moya": [
137         ]
138       }
139     },
140     {
141       "name": "MoyaRxSwiftXML",
142       "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
143       "dependencies": {
144         "EVReflection/MoyaRxSwift": [
146         ],
147         "EVReflection/MoyaXML": [
149         ]
150       }
151     },
152     {
153       "name": "MoyaReactiveSwift",
154       "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
155       "dependencies": {
156         "Moya/ReactiveSwift": [
158         ],
159         "EVReflection/Moya": [
161         ]
162       }
163     },
164     {
165       "name": "MoyaReactiveSwiftXML",
166       "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
167       "dependencies": {
168         "EVReflection/MoyaReactiveSwift": [
170         ],
171         "EVReflection/MoyaXML": [
173         ]
174       }
175     }
176   ]