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