blob: d95aa20c095168878d335e40db044d848d233d72 [file] [log] [blame]
{
"name": "Crush",
"version": "0.3.3",
"summary": "Dancing with Core Data",
"description": "Code with Core Data in a Swifty way",
"homepage": "https://github.com/ezoushen/Crush",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ezoushen": "ytshen@seekrtech.com"
},
"source": {
"git": "https://github.com/ezoushen/Crush.git",
"tag": "0.3.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"watchos": "4.0"
},
"source_files": "Sources/Crush/**/*",
"frameworks": "CoreData",
"dependencies": {
"Sourcery": [
]
},
"swift_version": "5.0"
}