blob: 2cce511ea0c5bd4012294d1ebc2464988928509a [file] [log] [blame]
{
"name": "ReactiveCache",
"version": "0.36.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.36.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"ReactiveObjC": [
],
"HanekeObjc": [
]
}
}