blob: 13766f1c04187404f1bcabb9fd2143cb9bbc5cee [file] [log] [blame]
{
"name": "RxCache",
"version": "0.1.1",
"summary": "Reactive caching library for Swift",
"homepage": "https://github.com/VictorAlbertos/RxSCache",
"license": "MIT",
"authors": {
"Victor Albertos": "me@victoralbertos.com"
},
"source": {
"git": "https://github.com/VictorAlbertos/RxSCache.git",
"tag": "0.1.1"
},
"social_media_url": "https://github.com/VictorAlbertos",
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"dependencies": {
"RxSwift": [
"~> 2.0"
]
}
}