[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 9 / a / ReactiveCache / 0.1.0 / ReactiveCache.podspec.json
blob71473891231fe1a4cca5eb17dd752d9ea6a75b84
2   "name": "ReactiveCache",
3   "version": "0.1.0",
4   "summary": "Cache for ReactiveCocoa.",
5   "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",
6   "homepage": "https://github.com/haifengkao/ReactiveCache",
7   "license": "MIT",
8   "authors": {
9     "Hai Feng Kao": "haifeng@cocoaspice.in"
10   },
11   "source": {
12     "git": "https://github.com/haifengkao/ReactiveCache.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "ReactiveCocoa/Core": [
23     ],
24     "TMCache": [
26     ]
27   }