blob: da8920000f440411a9ca94dff0fff5ae8e5b6818 [file] [log] [blame]
{
"name": "PrettyGoodKVO",
"version": "0.1.0",
"summary": "KVO without the hassle. strongly typed in Swift",
"description": "A framework for KVO with automatic unobserving, strongly typed in Swift and only firing on changes.",
"authors": "Jed Lewison",
"homepage": "https://github.com/jedlewison/PrettyGoodKVO",
"license": "MIT",
"source": {
"git": "https://github.com/jedlewison/PrettyGoodKVO.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "PrettyGoodKVO/*.{swift,h}"
}