blob: 9e34ae2c4f91383aae0973e169f16eda19ca1ac6 [file] [log] [blame]
{
"name": "ReactiveCache",
"version": "0.22.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.22.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 2.0"
],
"HanekeObjc": [
]
}
}