blob: 832810bd203cf9fba258d9e83b2798d97f49d4ec [file] [log] [blame]
{
"name": "MHCoreDataKit",
"version": "1.2.0",
"source": {
"git": "https://github.com/KoCMoHaBTa/MHCoreDataKit.git",
"tag": "1.2.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Milen Halachev",
"summary": "Using CoreData with convenience.",
"homepage": "https://github.com/KoCMoHaBTa/MHCoreDataKit",
"description": "A collection of useful tools that, which goal is to makes developer's life easier by reducing the complexity of using CoreData.",
"swift_versions": "5.3",
"platforms": {
"ios": "9.0"
},
"source_files": [
"MHCoreDataKit/**/*.swift",
"MHCoreDataKit/**/*.{h,m}"
],
"public_header_files": "MHCoreDataKit/**/*.h",
"swift_version": "5.3"
}