blob: 7b530339bd31536b4a7fea877f2af20d5fb2cf0e [file] [log] [blame]
{
"name": "KJSimpleBinding",
"version": "1.0.0",
"summary": "KJSimpleBinding makes it easy to use key-value coding (KVC) and key-value observing (KVO) for simple data-binding in iOS applications.",
"homepage": "https://github.com/kristopherjohnson/KJSimpleBinding",
"license": "MIT",
"authors": "Kristopher Johnson",
"source": {
"git": "https://github.com/kristopherjohnson/KJSimpleBinding.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"source_files": "KJSimpleBinding/*.{h,m}",
"requires_arc": false
}