2 "name": "SGYKVCSafeNSObject",
4 "summary": "A category on NSObject that converts key value coding exceptions to NSError objects.",
5 "description": "Provides a safe way to use key value coding on NSObject. Since Swift does not support ObjC's @try command it cannot catch the exceptions thrown using key value coding (eg. setValue:forKey). This library provides an extension on NSObject that will catch these exceptions and report them via NSError so that they can be safely used in Swift.",
6 "homepage": "https://github.com/sean915213/SGYKVCSafeNSObject",
9 "Sean G Young": "sean.g.young@gmail.com"
12 "git": "https://github.com/sean915213/SGYKVCSafeNSObject.git",
18 "source_files": "SGYKVCSafeNSObject/Classes/**/*"