blob: cf3ef59cc52741ed6f4bdbfdb19f289984063f9e [file] [log] [blame]
{
"name": "ReactiveCache",
"version": "0.37.0",
"summary": "Cache for ReactiveCocoa.",
"description": "A cache interface for ReactiveCocoa. The underlying cache is HanekeSwift.\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
"homepage": "https://github.com/haifengkao/ReactiveCache",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/ReactiveCache.git",
"tag": "0.37.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"swift_version": "5.0",
"dependencies": {
"ReactiveObjC": [
],
"HanekeObjc": [
">= 0.26.0"
]
}
}