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