blob: ae4ed0671231585983d2bd5af917e0b640d78439 [file] [log] [blame]
{
"name": "Crush",
"version": "0.2.5",
"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.2.5"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"watchos": "4.0"
},
"source_files": "Sources/Crush/**/*",
"frameworks": "CoreData",
"swift_version": "5.0"
}