[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / c / 1 / BxImages / 1.0.0 / BxImages.podspec.json
blobc09bf9a214e3f952eecb23f75c24ec290a0d6c56
2   "name": "BxImages",
3   "version": "1.0.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://github.com/borchero/BxImages",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Oliver Borchert": "borchero@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/borchero/BxImages.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "BxImages/**/*",
23   "dependencies": {
24     "RxSwift": [
26     ],
27     "BxNetworking": [
29     ],
30     "BxUtility": [
32     ],
33     "BxCoding": [
35     ]
36   },
37   "frameworks": "UIKit"