blob: 71473891231fe1a4cca5eb17dd752d9ea6a75b84 [file] [log] [blame]
{
"name": "ReactiveCache",
"version": "0.1.0",
"summary": "Cache for ReactiveCocoa.",
"description": " A cache interface for ReactiveCocor with some\n implementation for TMCache\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"ReactiveCocoa/Core": [
],
"TMCache": [
]
}
}