blob: 2e888a35d5cf450aabd8a3ed4d6c1ba7d8a5cc47 [file] [log] [blame]
{
"name": "BxCaching",
"version": "1.5.1",
"swift_version": "4.1",
"summary": "Caching Techniques for Offline-First Development.",
"description": "BxCaching provides common means of performing caching of responses of a REST api for offline-first development.",
"homepage": "https://bxcaching.borchero.com",
"documentation_url": "https://bxcaching.borchero.com/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxCaching.git",
"tag": "1.5.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxCaching/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 1.0"
],
"BxPersistence": [
"~> 1.0"
],
"BxNetworking": [
"~> 1.0"
],
"BxReact": [
"~> 0.1"
]
},
"frameworks": "Foundation"
}