[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / b / c / XCGLogger / 7.0.1 / XCGLogger.podspec.json
blobaebf5b448df064bf5aa29fcc36cc1fa743c04c55
2   "name": "XCGLogger",
3   "version": "7.0.1",
4   "summary": "A debug log module for use in Swift projects.",
5   "description": "Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.",
6   "homepage": "https://github.com/DaveWoodCom/XCGLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Dave Wood": "cocoapods@cerebralgardens.com"
13   },
14   "social_media_url": "http://twitter.com/DaveWoodX",
15   "platforms": {
16     "ios": "8.0",
17     "watchos": "2.0",
18     "tvos": "9.0",
19     "osx": "10.10"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "swift_versions": "5.0",
26   "source": {
27     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
28     "tag": "7.0.1"
29   },
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "dependencies": {
35         "ObjcExceptionBridging": [
37         ]
38       },
39       "source_files": "Sources/XCGLogger/**/*.{swift}",
40       "exclude_files": "Sources/XCGLogger/**/Optional/*.{swift}",
41       "resources": ".swift-version"
42     },
43     {
44       "name": "UserInfoHelpers",
45       "dependencies": {
46         "XCGLogger/Core": [
48         ]
49       },
50       "source_files": "Sources/XCGLogger/Misc/Optional/UserInfoHelpers.swift"
51     }
52   ],
53   "swift_version": "5.0"