[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / f / 8 / CRDLog / 1.0.4 / CRDLog.podspec.json
blob72994379115b0ad156d505c70a82eaa5d8e474a7
2   "name": "CRDLog",
3   "swift_versions": "5.0",
4   "version": "1.0.4",
5   "summary": "Simple and quick logging for your iOS, macOS, watchOS, and tvOS apps.",
6   "description": "Simple straightforward Swift-based logging facility for iOS, macOS, watchOS, and tvOS apps.",
7   "homepage": "https://github.com/cdisdero/CRDLog",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "Christopher Disdero": "info@code.chrisdisdero.com"
11   },
12   "platforms": {
13     "ios": "9.0",
14     "osx": "10.12",
15     "watchos": "3.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/cdisdero/CRDLog.git",
20     "tag": "1.0.4"
21   },
22   "source_files": "Shared/*.swift",
23   "ios": {
24     "source_files": "CRDLogMobile/*.h"
25   },
26   "osx": {
27     "source_files": "CRDLogMac/*.h"
28   },
29   "watchos": {
30     "source_files": "CRDLogWatch/*.h"
31   },
32   "tvos": {
33     "source_files": "CRDLogTV/*.h"
34   }