blob: 93999518e8a793b1ad70a661092dc428c6ce19df [file] [log] [blame]
{
"name": "SwiftKVO",
"version": "0.1.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.\n Also allows separate functions called for separate property updates, instead of everything being piped through observeValueForKeyPath:ofObject:.\n",
"homepage": "https://github.com/Jake00/SwiftKVO",
"license": "MIT",
"authors": {
"Jake00": "Jakeyrox@gmail.com"
},
"source": {
"git": "https://github.com/Jake00/SwiftKVO.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}