blob: 8252c6ef92531b7f31908c36107f3e835e623aae [file] [log] [blame]
{
"name": "KeyPathBindings",
"version": "0.0.1",
"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.0.1"
},
"source_files": "KeyPathBindings/KeyPathBindings/**/*.{h,swift}",
"requires_arc": true,
"swift_version": "4.0"
}