blob: 2a0ed2fe2e99c3c1825a470032c19926170c8fbb [file] [log] [blame]
{
"name": "GKCoreData",
"platforms": {
"ios": "10.0"
},
"summary": "CoreData layer",
"requires_arc": true,
"version": "1.0.3",
"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.3"
},
"frameworks": [
"UIKit",
"CoreData"
],
"dependencies": {
"GKExtensions": [
"~> 1.1.0"
]
},
"source_files": "GKCoreData/SourceData/*.swift",
"swift_version": "5.0"
}