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