blob: 064c886241becb49272dbdd1d9eba4bc4efecb24 [file] [log] [blame]
{
"name": "ObjcExceptionBridging",
"version": "1.0.0",
"summary": "A bridge to Objective-C exception handling, for use in Swift projects.",
"description": "For use in XCGLogger only at this point, untested as an independent library",
"homepage": "https://github.com/DaveWoodCom/XCGLogger",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Dave Wood": "cocoapods@cerebralgardens.com"
},
"social_media_url": "http://twitter.com/DaveWoodX",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source": {
"git": "https://github.com/DaveWoodCom/XCGLogger.git",
"branch": "develop"
},
"default_subspecs": "ObjcExceptionBridging",
"subspecs": [
{
"name": "ObjcExceptionBridging",
"source_files": "Sources/ObjcExceptionBridging/**/*.{h,m}"
}
]
}