[Add] IPDSDK 2.0.1.0
[CocoaPods.git] / Specs / 9 / 4 / c / SGYKVCSafeNSObject / 1.0.1 / SGYKVCSafeNSObject.podspec.json
blob19919c7fe2750e274370c3217481f7014e7834f3
2   "name": "SGYKVCSafeNSObject",
3   "version": "1.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "SGYKVCSafeNSObject/Classes/**/*"