[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / b / c / d / AAE / 0.3.8 / AAE.podspec.json
blobd39803a4328cc3983f309108fe69e92215f5acd7
2   "name": "AAE",
3   "version": "0.3.8",
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.3.8"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "AAE/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "= 5.0.0"
26     ],
27     "RxCocoa": [
28       "= 5.0.0"
29     ],
30     "RxOptional": [
31       "= 4.0.0"
32     ],
33     "SDWebImage": [
34       "= 5.0"
35     ],
36     "Alamofire": [
37       "= 5.0.0-rc.1"
38     ],
39     "SafeCollectionAccess": [
41     ],
42     "constrain": [
44     ],
45     "Contain": [
47     ],
48     "LoadableResult": [
50     ],
51     "RxLoadableResult": [
53     ]
54   },
55   "swift_version": "5.0"