[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / c / d / AAE / 0.2.1 / AAE.podspec.json
blob99dfacb8fa169baf8d059b7c9b21193e320df7c0
2   "name": "AAE",
3   "version": "0.2.1",
4   "summary": "A collection of utility classes and extensions",
5   "swift_versions": "5.0",
6   "description": "These are extensions and classes that I use across projects.",
7   "homepage": "https://github.com/anconaesselmann/AAE",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "anconaesselmann": "axel@anconaesselmann.com"
14   },
15   "source": {
16     "git": "https://github.com/anconaesselmann/AAE.git",
17     "tag": "0.2.1"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "watchos": "3.0"
22   },
23   "source_files": "AAE/Classes/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "= 5.0.0"
27     ],
28     "RxCocoa": [
29       "= 5.0.0"
30     ],
31     "RxOptional": [
32       "= 4.0.0"
33     ],
34     "SDWebImage": [
35       "= 5.0"
36     ]
37   },
38   "swift_version": "5.0"