[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / c / XCGLogger / 4.0.0 / XCGLogger.podspec.json
blobbd7f70f4319faac94ea0f3647ec39e556427ce3f
2   "name": "XCGLogger",
3   "version": "4.0.0",
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   "source": {
23     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
24     "tag": "Version_4.0.0"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/XCGLogger/**/*.{swift,h,m}",
31       "exclude_files": "Sources/XCGLogger/**/Optional/*.{swift,h,m}"
32     },
33     {
34       "name": "UserInfoHelpers",
35       "dependencies": {
36         "XCGLogger/Core": [
38         ]
39       },
40       "source_files": "Sources/XCGLogger/Misc/Optional/UserInfoHelpers.swift"
41     }
42   ]