2 "name": "SwiftExceptionHandling",
4 "summary": "Class to add exception handling to Swift.",
5 "description": "Class to add exception handling to Swift. Swift is unable to catch some exceptions that are thrown from objC based classes, for example 'NSInvalidArgumentException'.\nTrying to fix that with a seperate class here.",
6 "homepage": "http://cocoa.ninja",
9 "Wim Haanstra": "wim@wim.me"
11 "social_media_url": "http://twitter.com/depl0y",
16 "git": "https://github.com/depl0y/SwiftExceptionHandling.git",
20 "source_files": "SwiftExceptionHandling/**/*.{h,m}"