blob: 65b635536febc813105e3e90a51cf6bd76491e05 [file] [log] [blame]
{
"name": "T21LoggerSwift",
"version": "2.1.0",
"summary": "The T21LoggerSwift class is a simple wrapper class for the SwiftyBeaver public third party logger library.",
"authors": "Eloi Guzman Ceron",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/worldline-spain/T21LoggerSwift.git",
"tag": "2.1.0"
},
"source_files": "src/**/*.{swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"homepage": "https://github.com/worldline-spain/T21LoggerSwift.git",
"license": "https://github.com/worldline-spain/T21LoggerSwift/blob/master/LICENSE",
"swift_versions": "5.0",
"dependencies": {
"SwiftyBeaver": [
"~> 1.7.0"
]
},
"swift_version": "5.0"
}