[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / f / 7 / c / EVReflection / 5.10.1 / EVReflection.podspec.json
blob15f52f20f20690419b0af05058623752d3f142c1
2   "name": "EVReflection",
3   "version": "5.10.1",
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",
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": "3.0",
19     "tvos": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.2"
23   },
24   "swift_versions": [
25     "4.0",
26     "4.2",
27     "5.0"
28   ],
29   "source": {
30     "git": "https://github.com/evermeer/EVReflection.git",
31     "tag": "5.10.1"
32   },
33   "default_subspecs": "Core",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Source/*.swift",
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "XML",
42       "source_files": "Source/XML/*.swift",
43       "dependencies": {
44         "EVReflection/Core": [
46         ],
47         "XMLDictionary": [
49         ]
50       }
51     },
52     {
53       "name": "Realm",
54       "source_files": "Source/Realm/*.swift",
55       "dependencies": {
56         "EVReflection/Core": [
58         ],
59         "RealmSwift": [
61         ]
62       }
63     },
64     {
65       "name": "CloudKit",
66       "platforms": {
67         "ios": "8.0",
68         "osx": "10.11",
69         "watchos": "3.0",
70         "tvos": "9.0"
71       },
72       "source_files": "Source/CloudKit/*.swift",
73       "dependencies": {
74         "EVReflection/Core": [
76         ]
77       },
78       "frameworks": "CloudKit"
79     },
80     {
81       "name": "CoreData",
82       "source_files": "Source/CoreData/*.swift",
83       "dependencies": {
84         "EVReflection/Core": [
86         ]
87       },
88       "frameworks": "CoreData"
89     },
90     {
91       "name": "Alamofire",
92       "source_files": "Source/Alamofire/*.swift",
93       "dependencies": {
94         "EVReflection/Core": [
96         ],
97         "Alamofire": [
99         ]
100       }
101     },
102     {
103       "name": "AlamofireXML",
104       "source_files": "Source/Alamofire/XML/*.swift",
105       "dependencies": {
106         "EVReflection/XML": [
108         ],
109         "EVReflection/Alamofire": [
111         ]
112       }
113     },
114     {
115       "name": "Moya",
116       "source_files": "Source/Alamofire/Moya/*.swift",
117       "dependencies": {
118         "Moya": [
120         ],
121         "EVReflection/Alamofire": [
123         ]
124       }
125     },
126     {
127       "name": "MoyaXML",
128       "source_files": "Source/Alamofire/Moya/XML/*.swift",
129       "dependencies": {
130         "EVReflection/AlamofireXML": [
132         ],
133         "EVReflection/Moya": [
135         ]
136       }
137     },
138     {
139       "name": "MoyaRxSwift",
140       "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
141       "dependencies": {
142         "Moya/RxSwift": [
144         ],
145         "EVReflection/Moya": [
147         ]
148       }
149     },
150     {
151       "name": "MoyaRxSwiftXML",
152       "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
153       "dependencies": {
154         "EVReflection/MoyaRxSwift": [
156         ],
157         "EVReflection/MoyaXML": [
159         ]
160       }
161     },
162     {
163       "name": "MoyaReactiveSwift",
164       "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
165       "dependencies": {
166         "Moya/ReactiveSwift": [
168         ],
169         "EVReflection/Moya": [
171         ]
172       }
173     },
174     {
175       "name": "MoyaReactiveSwiftXML",
176       "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
177       "dependencies": {
178         "EVReflection/MoyaReactiveSwift": [
180         ],
181         "EVReflection/MoyaXML": [
183         ]
184       }
185     }
186   ]