blob: 61a330541766bc4273f798a7a1f64446f1a510b9 [file] [log] [blame]
{
"name": "SGYKVCSafeNSObject",
"version": "1.0.0",
"summary": "A category on NSObject that converts key value coding exceptions to NSError objects.",
"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.",
"homepage": "https://github.com/sean915213/SGYKVCSafeNSObject",
"license": "MIT",
"authors": {
"Sean G Young": "sean.g.young@gmail.com"
},
"source": {
"git": "https://github.com/sean915213/SGYKVCSafeNSObject.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}