[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / a / c / 1 / ObjcExceptionBridging / 7.1.3 / ObjcExceptionBridging.podspec.json
blobfeac9765a068ec124e8861415152ae6613c2d605
2   "name": "ObjcExceptionBridging",
3   "version": "7.1.3",
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": "12.0",
17     "watchos": "4.0",
18     "tvos": "12.0",
19     "osx": "10.13"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
24     "tag": "7.1.3"
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   ]