blob: 58b0420cf24061877006a0b5cec0bca238ac2f4b [file] [log] [blame]
{
"name": "SwiftyCoreData",
"version": "0.4.1",
"summary": "Lightweight library for old fashioned CoreData framework",
"description": "SwiftyCoreData is a lightweight libliary written in Swift. General purpose is to make using CoreData easier without unnecessary template code",
"swift_versions": "4.2",
"homepage": "https://github.com/wojtowiczm",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Michał Wójtowicz": "wojtowiczmichal97@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/wojtowiczm/SwiftyCoreData.git",
"tag": "0.4.1"
},
"source_files": "SwiftyCoreData/**/*.swift",
"swift_version": "4.2"
}