blob: 000e9ecfbd986a8caedbc6f9aa4dddc57ba44700 [file] [log] [blame]
{
"name": "CDShare",
"version": "0.1.2",
"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"
},
"social_media_url": "http://twitter.com/vodaion",
"source": {
"git": "https://github.com/vadeara/CDShare.git",
"tag": "0.1.2"
},
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "CDShare/CDShare/Classes/**/*"
}