[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / 0 / 9 / SwiftCommonsConcurrent / 1.1.0 / SwiftCommonsConcurrent.podspec.json
blob1ed67c0a96392ee98871bb4b5016a6c797b2e865
2   "name": "SwiftCommonsConcurrent",
3   "summary": "A collection of reusable components used to simplify the work of writing concurrent and asynchronous code.",
4   "version": "1.1.0",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "cocoapods_version": ">= 1.4.0.beta.2",
9   "static_framework": true,
10   "homepage": "https://github.com/roxiemobile/swift-commons.ios",
11   "authors": {
12     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
13     "Alexander Bragin": "bragin-av@roxiemobile.com"
14   },
15   "license": "BSD-4-Clause",
16   "source": {
17     "git": "https://github.com/roxiemobile/swift-commons.ios.git",
18     "tag": "1.1.0"
19   },
20   "source_files": "Modules/RoxieMobile.SwiftCommons/Sources/Concurrent/{Sources,Dependencies}/**/*.swift",
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWIFTCOMMONS_FRAMEWORK_VERSION=@\\\"1.1.0\\\"",
23     "SWIFT_VERSION": "4.0"
24   },
25   "dependencies": {
26     "Dispatch": [
27       "~> 2.0.4"
28     ],
29     "SwiftCommonsObjC": [
30       "1.1.0"
31     ]
32   }