blob: 45bd6b7430b65bca28e2ec868ad5d024a12900e2 [file] [log] [blame]
{
"name": "MHCoreDataKit",
"version": "1.0.0",
"source": {
"git": "https://github.com/KoCMoHaBTa/MHCoreDataKit.git",
"tag": "1.0.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_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": [
"MHCoreDataKit/**/*.swift",
"MHCoreDataKit/**/*.{h,m}"
],
"public_header_files": "MHCoreDataKit/**/*.h"
}