blob: ef5c414fcfee1ac51c29cabbddd8b60852e53c32 [file] [log] [blame]
{
"name": "OGKeyPathObserver",
"version": "0.1.0",
"summary": "Simple, no-fuss KVO decorator.",
"description": " Simple library that wraps KVO with a block syntax and automatic observer removal.\n",
"homepage": "https://github.com/orangegroove/OGKeyPathObserver",
"license": "MIT",
"authors": {
"Jesper": "jesper@orangegroove.net"
},
"source": {
"git": "https://github.com/orangegroove/OGKeyPathObserver.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/jskrufve",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": "Foundation"
}