[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 1 / ObjcExceptionBridging / 1.0.0 / ObjcExceptionBridging.podspec.json
blob064c886241becb49272dbdd1d9eba4bc4efecb24
2   "name": "ObjcExceptionBridging",
3   "version": "1.0.0",
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": "http://twitter.com/DaveWoodX",
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
24     "branch": "develop"
25   },
26   "default_subspecs": "ObjcExceptionBridging",
27   "subspecs": [
28     {
29       "name": "ObjcExceptionBridging",
30       "source_files": "Sources/ObjcExceptionBridging/**/*.{h,m}"
31     }
32   ]