blob: 3e7c1745e88b0c6b60c47ded0c963e93dfcb58d9 [file] [log] [blame]
{
"name": "SwiftCommonsData",
"summary": "A collection of reusable components used to simplify serialization, deserialization and validation operations on data objects.",
"version": "1.4.1",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"cocoapods_version": "~> 1.5.3",
"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.4.1"
},
"source_files": "Modules/RoxieMobile.SwiftCommons/Sources/Data/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWIFTCOMMONS_FRAMEWORK_VERSION=@\\\"1.4.1\\\""
},
"dependencies": {
"CryptoSwift": [
"~> 0.13.1"
],
"MPMessagePack": [
"~> 1.5.1"
],
"SwiftCommonsDiagnostics": [
"1.4.1"
]
}
}