[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / a / 4 / ReactiveLevelCache / 0.8.0 / ReactiveLevelCache.podspec.json
blob4c14038609c5a267bc14bd50e1f1a6ead95ed596
2   "name": "ReactiveLevelCache",
3   "version": "0.8.0",
4   "summary": "Objective-C level db with Reactive Cache compatible interface",
5   "description": "Google's LevelDB with RACSignal interface",
6   "homepage": "https://github.com/haifengkao/ReactiveLevelCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hai Feng Kao": "haifeng@cocoaspice.in"
13   },
14   "source": {
15     "git": "https://github.com/haifengkao/ReactiveLevelCache.git",
16     "tag": "0.8.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ReactiveLevelCache/Classes/**/*",
22   "swift_version": "4.2",
23   "dependencies": {
24     "ReactiveCache": [
26     ],
27     "StandardPaths": [
29     ],
30     "Objective-LevelDB": [
32     ]
33   }