mirror of
https://github.com/krzysztofzablocki/Sourcery.git
synced 2026-04-07 19:17:40 +00:00
24 lines
535 B
JSON
24 lines
535 B
JSON
{
|
|
"name": "SwiftTryCatch",
|
|
"version": "1.0.0",
|
|
"summary": "Adds try/catch support for Swift.",
|
|
"homepage": "https://github.com/ravero/SwiftTryCatch",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"William Falcon": "waf2107@columbia.edu"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/seanparsons/SwiftTryCatch.git",
|
|
"branch": "platformtweak",
|
|
"tag": "1.0.0"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": "SwiftTryCatch.{h,m}",
|
|
"platforms": {
|
|
"osx": null,
|
|
"ios": null,
|
|
"tvos": null,
|
|
"watchos": null
|
|
}
|
|
}
|