blob: cb19ecb83c46378e6e54b0577751f0c0d5afc25e [file] [log] [blame]
{
"name": "Try",
"version": "2.0.0",
"summary": "Handle Objective-C Exceptions with Swift's error handling system",
"description": "Easily wrap Objective-C APIs that throw Objective-C Exceptions into Swift's error\nhandling system.",
"homepage": "https://github.com/Weebly/Try",
"license": "MIT",
"authors": "Weebly",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Weebly/Try.git",
"tag": "v2.0.0"
},
"source_files": [
"Try/trap.swift",
"Try/WBTry.h",
"Try/WBTry.m"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}