blob: 92322c696f0d52ab840676dcd0730b4635b101aa [file] [log] [blame]
{
"name": "NBPoliteObserver",
"version": "1.0.0",
"summary": "A Polite KVO observer that removes itself automatically when observed object deallocates... instead of rudely crashing",
"description": "\"A Polite KVO observer that removes itself automatically when observed object deallocates... instead of rudely crashing\"",
"homepage": "https://github.com/Noambaron/NBPoliteObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Noam": "https://github.com/Noambaron"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Noambaron/NBPoliteObserver.git",
"tag": "1.0.0"
},
"source_files": [
"NBPoliteObserver",
"NBPoliteObserver/**/*.{h,m}"
]
}