blob: ccfcc928910867ebf07440d8da208e17b0224b86 [file] [log] [blame]
{
"name": "ReactiveCache",
"version": "0.28.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.28.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"ReactiveObjC": [
"~> 2.0"
],
"HanekeObjc": [
]
},
"pushed_with_swift_version": "3.0"
}