blob: 9c404cf5a916edccd94aee3db89d6719baa71ed9 [file] [log] [blame]
{
"name": "RocketData",
"version": "2.0.0",
"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": "2.0.0"
},
"source_files": "RocketData/**/*.swift",
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"dependencies": {
"ConsistencyManager": [
"~> 3.0.0"
]
}
}