[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / 4 / c / SGYKVCSafeNSObject / 1.0.0 / SGYKVCSafeNSObject.podspec.json
blob61a330541766bc4273f798a7a1f64446f1a510b9
2   "name": "SGYKVCSafeNSObject",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Sean G Young": "sean.g.young@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sean915213/SGYKVCSafeNSObject.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"