blob: 6ef48f8ebe77528a12e05fea4b057aba879d4c38 [file] [log] [blame]
{
"name": "SwiftCommonsData",
"summary": "A collection of reusable components used to simplify serialization, deserialization and validation operations on data objects.",
"version": "1.3.1",
"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.1"
},
"source_files": "Modules/RoxieMobile.SwiftCommons/Sources/Data/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWIFTCOMMONS_FRAMEWORK_VERSION=@\\\"1.3.1\\\""
},
"dependencies": {
"CryptoSwift": [
"~> 0.13.1"
],
"SwiftCommonsDiagnostics": [
"1.3.1"
]
}
}