[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 2 / 6 / 4 / RocketData / 4.0.1 / RocketData.podspec.json
blob4bf3a6eb2afa248baf0b9e30cdad2c59631a5bdc
2   "name": "RocketData",
3   "version": "4.0.1",
4   "license": {
5     "type": "Apache License, Version 2.0"
6   },
7   "homepage": "https://linkedin.github.io/RocketData",
8   "authors": "LinkedIn",
9   "summary": "A non-blocking CoreData replacement which uses immutable models.",
10   "source": {
11     "git": "https://github.com/linkedin/RocketData.git",
12     "tag": "4.0.1"
13   },
14   "source_files": "RocketData/**/*.swift",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": "Foundation",
19   "dependencies": {
20     "ConsistencyManager": [
21       "~> 4.0.0"
22     ]
23   }