[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / b / c / XCGLogger / 6.0.2 / XCGLogger.podspec.json
blob68aee6ecd051f24d19e27e0096032ff9831639d3
2   "name": "XCGLogger",
3   "version": "6.0.2",
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": "4.0"
24   },
25   "source": {
26     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
27     "tag": "6.0.2"
28   },
29   "default_subspecs": "Core",
30   "pushed_with_swift_version": "4.0",
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   ]