blob: 7d876f601c365aea66773c590db633d666e1ec40 [file] [log] [blame]
{
"name": "KVOController",
"version": "1.1.0",
"license": {
"type": "BSD"
},
"homepage": "https://github.com/facebook/KVOController",
"authors": {
"Kimon Tsinteris": "kimon@mac.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.1.0"
},
"source_files": "FBKVOController/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.7",
"tvos": "9.0",
"watchos": "2.0"
}
}