[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / 7 / c / EVReflection / 4.8.0 / EVReflection.podspec.json
blobde559661d7ae2d9300f1d139813993f7854f47ed
2   "name": "EVReflection",
3   "version": "4.8.0",
4   "summary": "Reflection based (dictionary, JSON or XML) object mapping (including 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.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/evermeer/EVReflection.git",
23     "tag": "4.8.0"
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": "CloudKit",
47       "source_files": "Source/CloudKit/*.swift",
48       "dependencies": {
49         "EVReflection/Core": [
51         ]
52       },
53       "frameworks": "CloudKit"
54     },
55     {
56       "name": "Alamofire",
57       "source_files": "Source/Alamofire/*.swift",
58       "dependencies": {
59         "EVReflection/Core": [
61         ],
62         "Alamofire": [
63           "~> 4.2"
64         ]
65       }
66     },
67     {
68       "name": "AlamofireXML",
69       "source_files": "Source/Alamofire/XML/*.swift",
70       "dependencies": {
71         "EVReflection/XML": [
73         ],
74         "EVReflection/Alamofire": [
76         ]
77       }
78     },
79     {
80       "name": "Moya",
81       "source_files": "Source/Alamofire/Moya/*.swift",
82       "dependencies": {
83         "Moya": [
84           "~> 8.0"
85         ],
86         "EVReflection/Alamofire": [
88         ]
89       }
90     },
91     {
92       "name": "MoyaXML",
93       "source_files": "Source/Alamofire/Moya/XML/*.swift",
94       "dependencies": {
95         "EVReflection/AlamofireXML": [
97         ],
98         "EVReflection/Moya": [
100         ]
101       }
102     },
103     {
104       "name": "MoyaRxSwift",
105       "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
106       "dependencies": {
107         "Moya/RxSwift": [
109         ],
110         "EVReflection/Moya": [
112         ]
113       }
114     },
115     {
116       "name": "MoyaRxSwiftXML",
117       "source_files": "Source/Alamofire/Moya/RxSwift/XML/*.swift",
118       "dependencies": {
119         "EVReflection/MoyaRxSwift": [
121         ],
122         "EVReflection/MoyaXML": [
124         ]
125       }
126     },
127     {
128       "name": "MoyaReactiveSwift",
129       "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
130       "dependencies": {
131         "Moya/ReactiveSwift": [
133         ],
134         "EVReflection/Moya": [
136         ]
137       }
138     },
139     {
140       "name": "MoyaReactiveSwiftXML",
141       "source_files": "Source/Alamofire/Moya/ReactiveSwift/XML/*.swift",
142       "dependencies": {
143         "EVReflection/MoyaReactiveSwift": [
145         ],
146         "EVReflection/MoyaXML": [
148         ]
149       }
150     }
151   ]