[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / c / 1 / BxImages / 1.1.0 / BxImages.podspec.json
blob1a3b9de768da149376a953affda6c3686ef32371
2   "name": "BxImages",
3   "version": "1.1.0",
4   "swift_version": "4.1",
5   "summary": "An Image Cache for iOS Applications in Swift.",
6   "description": "BxImages provides a multilevel cache for caching images in iOS applications. It enables loading from many different kinds of sources and gives lots of control to the user while maintaining a very clean interface.",
7   "homepage": "https://bximages.borchero.com",
8   "documentation_url": "https://bximages.borchero.com/docs",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Oliver Borchert": "borchero@icloud.com"
15   },
16   "source": {
17     "git": "https://github.com/borchero/BxImages.git",
18     "tag": "1.1.0"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxImages/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 4.0"
27     ],
28     "RxCocoa": [
29       "~> 4.0"
30     ],
31     "BxNetworking": [
32       "~> 1.0"
33     ],
34     "BxUtility": [
35       "~> 1.0"
36     ],
37     "BxCoding": [
38       "~> 1.0"
39     ],
40     "BxReact": [
41       "~> 0.1"
42     ]
43   },
44   "frameworks": "UIKit"