blob: c09bf9a214e3f952eecb23f75c24ec290a0d6c56 [file] [log] [blame]
{
"name": "BxImages",
"version": "1.0.0",
"swift_version": "4.1",
"summary": "An Image Cache for iOS Applications in Swift.",
"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.",
"homepage": "https://github.com/borchero/BxImages",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxImages.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxImages/**/*",
"dependencies": {
"RxSwift": [
],
"BxNetworking": [
],
"BxUtility": [
],
"BxCoding": [
]
},
"frameworks": "UIKit"
}