[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / b / c / XCGLogger / 2.0 / XCGLogger.podspec.json
blobe9b6d126dffb37d8ccb14fe5d0ea2ae26d636502
2   "name": "XCGLogger",
3   "version": "2.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.\n",
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     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/DaveWoodCom/XCGLogger.git",
21     "tag": "Version_2.0"
22   },
23   "source_files": "XCGLogger/Library/XCGLogger/XCGLogger.swift",
24   "frameworks": "Foundation",
25   "requires_arc": true