blob: 208f3cc2c56edede0eaa1448ace5dd84d6c364bf [file] [log] [blame]
{
"name": "SwiftCommonsConcurrent",
"summary": "A collection of reusable components used to simplify the work of writing concurrent and asynchronous code.",
"version": "1.4.0",
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"cocoapods_version": ">= 1.7.5",
"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.0"
},
"source_files": "Modules/RoxieMobile.SwiftCommons/Sources/Concurrent/{Sources,Dependencies}/**/*.swift",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWIFTCOMMONS_FRAMEWORK_VERSION=@\\\"1.4.0\\\""
},
"dependencies": {
"Dispatch": [
"~> 2.0.4"
],
"SwiftCommonsObjC": [
"1.4.0"
]
},
"swift_version": "4.2"
}