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