blob: 8e5800ae3ed84f9226c769ce1d25c9d60a6ac485 [file] [log] [blame]
{
"name": "BeappCache",
"version": "0.2.0",
"summary": "This library provides a cache mechanism relying on RxSwift",
"description": "This library provides a cache mechanism relying on RxSwift. There are currently one storage implementation: Cache",
"homepage": "https://github.com/BeApp/beapp.library.cache.ios.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"beapp": "dev@beapp.fr"
},
"source": {
"git": "https://github.com/BeApp/beapp.library.cache.ios.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"source_files": "BeappCache/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"Cache": [
"~> 5.2.0"
],
"RxSwift": [
"~> 4.4.0"
]
}
}