[Delete] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / a / c / 1 / ObjcExceptionBridging / 7.1.1 / ObjcExceptionBridging.podspec.json
blobdef666d7c9ff110dd6664d72205f930e799982ca
2   "name": "ObjcExceptionBridging",
3   "version": "7.1.1",
4   "summary": "A bridge to Objective-C exception handling, for use in Swift projects.",
5   "description": "For use in XCGLogger only at this point, untested as an independent library",
6   "homepage": "https://github.com/DaveWoodCom/XCGLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Dave Wood": "cocoapods@cerebralgardens.com"
13   },
14   "social_media_url": "https://mastodon.social/@davewoodx",
15   "platforms": {
16     "ios": "15.0",
17     "watchos": "9.0",
18     "tvos": "15.0",
19     "osx": "13.0"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
24     "tag": "7.1.1"
25   },
26   "default_subspecs": "ObjcExceptionBridging",
27   "subspecs": [
28     {
29       "name": "ObjcExceptionBridging",
30       "source_files": "Sources/ObjcExceptionBridging/**/*.{h,m}",
31       "resources": "Sources/ObjcExceptionBridging/PrivacyInfo.xcprivacy"
32     }
33   ]