blob: 7f9e839d736d4c8c3bda3f1a43aeaab372f13632 [file] [log] [blame]
{
"name": "SFObservers",
"version": "1.0",
"summary": "Categories expanding both NSNotificationCenter and KVO to provide auto removal of observers.",
"homepage": "https://github.com/krzysztofzablocki/SFObservers",
"license": {
"type": "Custom"
},
"authors": {
"Krzysztof Zabłocki": "krzysztof.zablocki@me.com"
},
"source": {
"git": "https://github.com/krzysztofzablocki/SFObservers.git",
"tag": "1.0"
},
"platforms": {
"ios": "4.0"
},
"source_files": [
"SFObservers",
"SFObservers/SFExecuteOnDealloc"
],
"requires_arc": true
}