blob: fc1358d63cb7c89fbe7e29133020766f86620a72 [file] [log] [blame]
{
"name": "KVOController",
"version": "1.2.0",
"license": {
"type": "BSD"
},
"homepage": "https://github.com/facebook/KVOController",
"authors": {
"Kimon Tsinteris": "kimon@mac.com",
"Nikita Lutsenko": "nlutsenko@me.com"
},
"summary": "Simple, modern, thread-safe key-value observing.",
"description": "KVOController builds on Cocoa's time-tested key-value observing implementation. It offers a simple, modern API, that is also thread safe.\nBenefits include:\nNotification using blocks, custom actions, or NSKeyValueObserving callback.\nNo exceptions on observer removal.\nImplicit observer removal on controller dealloc.\nThread-safety with special guards against observer resurrection.",
"source": {
"git": "https://github.com/facebook/KVOController.git",
"tag": "v1.2.0"
},
"source_files": "FBKVOController/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.7",
"tvos": "9.0",
"watchos": "2.0"
}
}