blob: 627d768af430642b1f1083240944990ea4d8bfa7 [file] [log] [blame]
{
"name": "BxImages",
"version": "1.2.2",
"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://bximages.borchero.com",
"documentation_url": "https://bximages.borchero.com/docs",
"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.2.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxImages/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"BxNetworking": [
"~> 1.0"
],
"BxUtility": [
"~> 1.0"
],
"BxCoding": [
"~> 1.0"
],
"BxReact": [
"~> 0.1"
]
},
"frameworks": "UIKit"
}