blob: f4a285d458af242eefbef90f177c45c2f1c9f1cf [file] [log] [blame]
{
"name": "SwiftCommonsDiagnostics",
"summary": "A collection of static classes for debugging and diagnostics of program contracts such as preconditions, postconditions, and invariants.",
"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/Diagnostics/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWIFTCOMMONS_FRAMEWORK_VERSION=@\\\"1.3.0\\\""
},
"dependencies": {
"SwiftCommonsConcurrent": [
"1.3.0"
],
"SwiftCommonsExtensions": [
"1.3.0"
]
}
}