[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / b / c / XCGLogger / 3.2 / XCGLogger.podspec.json
blobff6462ac01dbd2505e3dec1c23490b2fd8b6bb13
2   "name": "XCGLogger",
3   "version": "3.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.9"
20   },
21   "source": {
22     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
23     "tag": "Version_3.2"
24   },
25   "source_files": "XCGLogger/Library/XCGLogger/XCGLogger.swift",
26   "frameworks": "Foundation",
27   "requires_arc": true