blob: b538a6943acd18360afd41c8814355de2f569d01 [file] [log] [blame]
{
"name": "Try",
"version": "2.1.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.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Weebly/Try.git",
"tag": "v2.1.0"
},
"source_files": [
"Try/trap.swift",
"Try/WBTry.h",
"Try/WBTry.m"
],
"requires_arc": true,
"swift_version": "4.0"
}