[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 9 / d / NSObjectObjCExceptionExtension / 1.0.0 / NSObjectObjCExceptionExtension.podspec.json
blob6e7864341b311f03ac4832923c57391d60e51c9f
2   "name": "NSObjectObjCExceptionExtension",
3   "version": "1.0.0",
4   "summary": "Exception of NSObject class used for catching Obj-C exceptions",
5   "homepage": "https://github.com/premyslvlcek/NSObjectObjCExceptionExtension",
6   "license": "MIT",
7   "authors": {
8     "Premysl Vlcek": "premysl.vlcek@strv.com"
9   },
10   "source": {
11     "git": "https://github.com/premyslvlcek/NSObjectObjCExceptionExtension.git",
12     "tag": "v1.0.0"
13   },
14   "source_files": "NSObjectObjCExceptionExtension/Source",
15   "requires_arc": true,
16   "xcconfig": {
17     "CLANG_MODULES_AUTOLINK": "YES",
18     "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
19   },
20   "platforms": {
21     "ios": "8.0"
22   }