blob: 6e7864341b311f03ac4832923c57391d60e51c9f [file] [log] [blame]
{
"name": "NSObjectObjCExceptionExtension",
"version": "1.0.0",
"summary": "Exception of NSObject class used for catching Obj-C exceptions",
"homepage": "https://github.com/premyslvlcek/NSObjectObjCExceptionExtension",
"license": "MIT",
"authors": {
"Premysl Vlcek": "premysl.vlcek@strv.com"
},
"source": {
"git": "https://github.com/premyslvlcek/NSObjectObjCExceptionExtension.git",
"tag": "v1.0.0"
},
"source_files": "NSObjectObjCExceptionExtension/Source",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES",
"OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
},
"platforms": {
"ios": "8.0"
}
}