[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 5 / SwiftCommonsLogging / 1.5.0 / SwiftCommonsLogging.podspec.json
blob763fe1b20f9ec4ea9d7d7a856f7f39662a587061
2   "name": "SwiftCommonsLogging",
3   "summary": "Provides simple abstraction layer over an existing logging frameworks.",
4   "version": "1.5.0",
5   "platforms": {
6     "ios": "9.0"
7   },
8   "swift_versions": "5.3",
9   "cocoapods_version": "~> 1.10.0",
10   "static_framework": true,
11   "homepage": "https://github.com/roxiemobile/swift-commons.ios",
12   "authors": {
13     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
14     "Alexander Bragin": "bragin-av@roxiemobile.com"
15   },
16   "license": "BSD-4-Clause",
17   "source": {
18     "git": "https://github.com/roxiemobile/swift-commons.ios.git",
19     "tag": "1.5.0"
20   },
21   "source_files": "Modules/RoxieMobile.SwiftCommons/Sources/Logging/{Sources,Dependencies}/**/*.swift",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SWIFTCOMMONS_FRAMEWORK_VERSION=@\\\"1.5.0\\\""
24   },
25   "dependencies": {
26     "SwiftCommonsConcurrent": [
27       "1.5.0"
28     ],
29     "SwiftCommonsLang": [
30       "1.5.0"
31     ]
32   },
33   "swift_version": "5.3"