blob: 3039329b86c29479a19b3c9b62960322d50b7d17 [file] [log] [blame]
{
"name": "BxCaching",
"version": "3.0.0",
"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": "3.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxCaching/**/*.{swift,h,m,mm,cpp,c}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"BxUtility": [
"~> 2.0"
],
"BxPersistence": [
"~> 2.0"
],
"BxNetworking": [
"~> 2.0"
],
"BxReact": [
"~> 1.0"
]
},
"frameworks": "Foundation"
}