[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / a / 4 / ReactiveLevelCache / 0.2.0 / ReactiveLevelCache.podspec.json
blob43a97ec440ed81cca0d46d2f24dfcfd514074aed
2   "name": "ReactiveLevelCache",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ReactiveLevelCache/Classes/**/*",
22   "dependencies": {
23     "ReactiveCache": [
25     ],
26     "StandardPaths": [
28     ],
29     "Objective-LevelDB": [
31     ]
32   }