4 "summary": "Key-Value Observing for pure Swift objects.",
5 "description": "A simple wrapper around Apple's Key-Value Observing API which enables pure Swift objects to participate in KVO updates from NSObject.\nAlso allows separate functions called for separate property updates, instead of everything being piped through observeValueForKeyPath:ofObject:.",
6 "homepage": "https://github.com/Jake00/SwiftKVO",
9 "Jake00": "Jakeyrox@gmail.com"
12 "git": "https://github.com/Jake00/SwiftKVO.git",
19 "source_files": "Pod/Classes/**/*"