blob: 82264f650e4b8d57d8cc05a29e85e2268667b649 [file] [log] [blame]
{
"name": "CoreDataStore",
"version": "0.1.2",
"summary": "CoreData wrapper",
"description": "Simple CoreData wrapper with transactions support",
"homepage": "https://github.com/KosHub/CoreDataStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kostiantyn Herasimov": "herasimovkostiantyn@gmail.com"
},
"source": {
"git": "https://github.com/Koshub/CoreDataStore.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CoreDataStore/Classes/**/*",
"frameworks": "CoreData",
"swift_version": "5.0"
}