[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 7 / c / EVReflection / 5.9.0 / EVReflection.podspec.json
blob1c1bf55a323c4fd268637ad7f4889de414be6763
2   "name": "EVReflection",
3   "version": "5.9.0",
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   "source": {
25     "git": "https://github.com/evermeer/EVReflection.git",
26     "tag": "5.9.0"
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Source/*.swift",
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "XML",
37       "source_files": "Source/XML/*.swift",
38       "dependencies": {
39         "EVReflection/Core": [
41         ],
42         "XMLDictionary": [
44         ]
45       }
46     },
47     {
48       "name": "Realm",
49       "source_files": "Source/Realm/*.swift",
50       "dependencies": {
51         "EVReflection/Core": [
53         ],
54         "RealmSwift": [
56         ]
57       }
58     },
59     {
60       "name": "CloudKit",
61       "platforms": {
62         "ios": "8.0",
63         "osx": "10.11",
64         "watchos": "3.0",
65         "tvos": "9.0"
66       },
67       "source_files": "Source/CloudKit/*.swift",
68       "dependencies": {
69         "EVReflection/Core": [
71         ]
72       },
73       "frameworks": "CloudKit"
74     },
75     {
76       "name": "CoreData",
77       "source_files": "Source/CoreData/*.swift",
78       "dependencies": {
79         "EVReflection/Core": [
81         ]
82       },
83       "frameworks": "CoreData"
84     },
85     {
86       "name": "Alamofire",
87       "source_files": "Source/Alamofire/*.swift",
88       "dependencies": {
89         "EVReflection/Core": [
91         ],
92         "Alamofire": [
94         ]
95       }
96     },
97     {
98       "name": "AlamofireXML",
99       "source_files": "Source/Alamofire/XML/*.swift",
100       "dependencies": {
101         "EVReflection/XML": [
103         ],
104         "EVReflection/Alamofire": [
106         ]
107       }
108     },
109     {
110       "name": "Moya",
111       "source_files": "Source/Alamofire/Moya/*.swift",
112       "dependencies": {
113         "Moya": [
115         ],
116         "EVReflection/Alamofire": [
118         ]
119       }
120     },
121     {
122       "name": "MoyaXML",
123       "source_files": "Source/Alamofire/Moya/XML/*.swift",
124       "dependencies": {
125         "EVReflection/AlamofireXML": [
127         ],
128         "EVReflection/Moya": [
130         ]
131       }
132     },
133     {
134       "name": "MoyaRxSwift",
135       "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
136       "dependencies": {
137         "Moya/RxSwift": [
139         ],
140         "EVReflection/Moya": [
142         ]
143       }
144     },
145     {
146       "name": "MoyaRxSwiftXML",
147       "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
148       "dependencies": {
149         "EVReflection/MoyaRxSwift": [
151         ],
152         "EVReflection/MoyaXML": [
154         ]
155       }
156     },
157     {
158       "name": "MoyaReactiveSwift",
159       "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
160       "dependencies": {
161         "Moya/ReactiveSwift": [
163         ],
164         "EVReflection/Moya": [
166         ]
167       }
168     },
169     {
170       "name": "MoyaReactiveSwiftXML",
171       "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
172       "dependencies": {
173         "EVReflection/MoyaReactiveSwift": [
175         ],
176         "EVReflection/MoyaXML": [
178         ]
179       }
180     }
181   ]