[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 7 / c / EVReflection / 4.17.2 / EVReflection.podspec.json
blobe1a2d61c9fae8f6de7d82bc8c9a459c3f0b644d1
2   "name": "EVReflection",
3   "version": "4.17.2",
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.2"
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         "ios": "8.0",
62         "osx": "10.11",
63         "tvos": "9.0"
64       },
65       "source_files": "Source/CloudKit/*.swift",
66       "dependencies": {
67         "EVReflection/Core": [
69         ]
70       },
71       "frameworks": "CloudKit"
72     },
73     {
74       "name": "CoreData",
75       "source_files": "Source/CoreData/*.swift",
76       "dependencies": {
77         "EVReflection/Core": [
79         ]
80       },
81       "frameworks": "CoreData"
82     },
83     {
84       "name": "Alamofire",
85       "source_files": "Source/Alamofire/*.swift",
86       "dependencies": {
87         "EVReflection/Core": [
89         ],
90         "Alamofire": [
92         ]
93       }
94     },
95     {
96       "name": "AlamofireXML",
97       "source_files": "Source/Alamofire/XML/*.swift",
98       "dependencies": {
99         "EVReflection/XML": [
101         ],
102         "EVReflection/Alamofire": [
104         ]
105       }
106     },
107     {
108       "name": "Moya",
109       "source_files": "Source/Alamofire/Moya/*.swift",
110       "dependencies": {
111         "Moya": [
113         ],
114         "EVReflection/Alamofire": [
116         ]
117       }
118     },
119     {
120       "name": "MoyaXML",
121       "source_files": "Source/Alamofire/Moya/XML/*.swift",
122       "dependencies": {
123         "EVReflection/AlamofireXML": [
125         ],
126         "EVReflection/Moya": [
128         ]
129       }
130     },
131     {
132       "name": "MoyaRxSwift",
133       "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
134       "dependencies": {
135         "Moya/RxSwift": [
137         ],
138         "EVReflection/Moya": [
140         ]
141       }
142     },
143     {
144       "name": "MoyaRxSwiftXML",
145       "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
146       "dependencies": {
147         "EVReflection/MoyaRxSwift": [
149         ],
150         "EVReflection/MoyaXML": [
152         ]
153       }
154     },
155     {
156       "name": "MoyaReactiveSwift",
157       "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
158       "dependencies": {
159         "Moya/ReactiveSwift": [
161         ],
162         "EVReflection/Moya": [
164         ]
165       }
166     },
167     {
168       "name": "MoyaReactiveSwiftXML",
169       "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
170       "dependencies": {
171         "EVReflection/MoyaReactiveSwift": [
173         ],
174         "EVReflection/MoyaXML": [
176         ]
177       }
178     }
179   ]