blob: 8bfd199a7b85ce9f95f2ef619ddd169d0311ec07 [file] [log] [blame]
{
"name": "SwiftKVO",
"version": "1.0.0",
"summary": "Key-Value Observing for pure Swift objects.",
"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:.",
"homepage": "https://github.com/Jake00/SwiftKVO",
"license": "MIT",
"authors": {
"Jake00": "Jakeyrox@gmail.com"
},
"source": {
"git": "https://github.com/Jake00/SwiftKVO.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}