[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / b / c / XCGLogger / 3.0 / XCGLogger.podspec.json
blobe8a234863263c687e64e25ebc3a82e85ed232c50
2   "name": "XCGLogger",
3   "version": "3.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 println, 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     "osx": "10.9"
19   },
20   "source": {
21     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
22     "tag": "Version_3.0"
23   },
24   "source_files": "XCGLogger/Library/XCGLogger/XCGLogger.swift",
25   "frameworks": "Foundation",
26   "requires_arc": true