blob: b43e44caa9fff477345a8b6acbdb2d7079eac029 [file] [log] [blame]
{
"name": "RocketData",
"version": "1.0.1",
"license": {
"type": "Apache License, Version 2.0"
},
"homepage": "https://linkedin.github.io/RocketData",
"authors": "LinkedIn",
"summary": "A non-blocking CoreData replacement which uses immutable models.",
"source": {
"git": "https://github.com/linkedin/RocketData.git",
"tag": "1.0.1"
},
"source_files": "RocketData/**/*.swift",
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"dependencies": {
"ConsistencyManager": [
"~> 1.0.0"
]
}
}