blob: b1123d507ada47f1de95e90347a04ab80b7aee60 [file] [log] [blame]
{
"name": "GKCoreData",
"platforms": {
"ios": "10.0"
},
"summary": "CoreData layer",
"requires_arc": true,
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Opekishev Kirill": "grumpykir@gmail.com"
},
"homepage": "https://github.com/GrumpyKir/GKCoreData",
"source": {
"git": "https://github.com/GrumpyKir/GKCoreData.git",
"tag": "1.0.1"
},
"frameworks": "CoreData",
"dependencies": {
"GKExtensions": [
"~> 1.1.0"
]
},
"source_files": "GKCoreData/SourceData/*.swift",
"swift_version": "5.0"
}