blob: 7129bd559595eb39df0c03541ba03dc5e616749a [file] [log] [blame]
{
"name": "CDShare",
"version": "0.1.1",
"summary": "CDShare, is a framework for sharing CoreData between applications in IOS.",
"description": "`CDShare` will answer the question: <br> How do we share CoreData between `2*n` application, where n >= 1?",
"homepage": "https://github.com/vadeara/CDShare",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vodaion": "vanea.voda@gmail.com"
},
"source": {
"git": "https://github.com/vadeara/CDShare.git",
"tag": "0.1.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "CDShare/CDShare/Classes/**/*"
}