[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / f / 7 / c / EVReflection / 4.0.7 / EVReflection.podspec.json
blobfda14aa43200579172db4a9b43ea4247fcf9d822
2   "name": "EVReflection",
3   "version": "4.0.7",
4   "summary": "Reflection based (dictionary, Json or XML) object mapping (including extensions for Alamofire and Moya with RxSwift or ReactiveSwift)",
5   "description": "[EVReflection](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.\nAnd 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.0.7"
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         "Xml2Dictionary": [
42         ]
43       }
44     },
45     {
46       "name": "Alamofire",
47       "source_files": "Source/Alamofire/*.swift",
48       "dependencies": {
49         "EVReflection/Core": [
51         ],
52         "Alamofire": [
53           "~> 4.2"
54         ]
55       }
56     },
57     {
58       "name": "AlamofireXML",
59       "source_files": "Source/Alamofire/XML/*.swift",
60       "dependencies": {
61         "EVReflection/XML": [
63         ],
64         "EVReflection/Alamofire": [
66         ]
67       }
68     },
69     {
70       "name": "Moya",
71       "source_files": "Source/Alamofire/Moya/*.swift",
72       "dependencies": {
73         "Moya": [
74           "~> 8.0"
75         ],
76         "EVReflection/Core": [
78         ]
79       }
80     },
81     {
82       "name": "MoyaXML",
83       "source_files": "Source/Alamofire/Moya/XML/*.swift",
84       "dependencies": {
85         "EVReflection/XML": [
87         ],
88         "EVReflection/Moya": [
90         ]
91       }
92     },
93     {
94       "name": "MoyaRxSwift",
95       "source_files": "Source/Alamofire/Moya/RxSwift/*.swift",
96       "dependencies": {
97         "Moya/RxSwift": [
99         ],
100         "EVReflection/Moya": [
102         ]
103       }
104     },
105     {
106       "name": "MoyaReactiveSwift",
107       "source_files": "Source/Alamofire/Moya/ReactiveSwift/*.swift",
108       "dependencies": {
109         "Moya/ReactiveSwift": [
111         ],
112         "EVReflection/Moya": [
114         ]
115       }
116     }
117   ]