[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / c / d / AAE / 0.4.0 / AAE.podspec.json
blob1b07c733cd064ec040f2a8173876ebeb34169c67
2   "name": "AAE",
3   "version": "0.4.0",
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.4.0"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "watchos": "3.0"
22   },
23   "source_files": "AAE/Classes/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "= 5.0.0"
27     ],
28     "RxOptional": [
29       "= 4.0.0"
30     ],
31     "SDWebImage": [
32       "= 5.0"
33     ],
34     "Alamofire": [
35       "= 5.0.0-rc.1"
36     ],
37     "SafeCollectionAccess": [
39     ],
40     "Contain": [
42     ],
43     "LoadableResult": [
45     ],
46     "RxLoadableResult": [
48     ]
49   },
50   "ios": {
51     "dependencies": {
52       "RxCocoa": [
53         "= 5.0.0"
54       ],
55       "constrain": [
57       ]
58     }
59   },
60   "swift_version": "5.0"