blob: 6923b5b867615f76c25b04d46ecbca41c78178fb [file] [log] [blame]
{
"name": "RxCache",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://github.com/VictorAlbertos",
"platforms": {
"watchos": "2.0",
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 2.0"
]
}
}