blob: 4e237d650f2b7a1f701588090c1b319eee8c26ec [file] [log] [blame]
{
"name": "KeyPathBindings",
"version": "0.1.0",
"summary": "Type-safe keyPath bindings in Swift",
"description": "A simple way to create property bindings between pure Swift objects that are type-safe.",
"homepage": "https://ericb0774.net",
"license": "MIT",
"authors": {
"Eric Baker": "ericb0774@gmail.com"
},
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/ericb0774/KeyPathBindings.git",
"tag": "0.1.0"
},
"source_files": "KeyPathBindings/KeyPathBindings/**/*.{h,swift}",
"requires_arc": true,
"swift_version": "4.0"
}