blob: 26e857595d4a00dba9349098101db151c0f7bf7e [file] [log] [blame]
{
"name": "SwiftCommonsLogging",
"summary": "Provides simple abstraction layer over an existing logging frameworks.",
"version": "1.3.0",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"cocoapods_version": ">= 1.4.0",
"static_framework": true,
"homepage": "https://github.com/roxiemobile/swift-commons.ios",
"authors": {
"Roxie Mobile Ltd.": "sales@roxiemobile.com",
"Alexander Bragin": "bragin-av@roxiemobile.com"
},
"license": "BSD-4-Clause",
"source": {
"git": "https://github.com/roxiemobile/swift-commons.ios.git",
"tag": "1.3.0"
},
"source_files": "Modules/RoxieMobile.SwiftCommons/Sources/Logging/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWIFTCOMMONS_FRAMEWORK_VERSION=@\\\"1.3.0\\\""
},
"dependencies": {
"SwiftCommonsConcurrent": [
"1.3.0"
],
"SwiftCommonsLang": [
"1.3.0"
]
}
}