[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 1 / f / Loggerithm / 1.4.0 / Loggerithm.podspec.json
blob71701c7ad1e6900329bdf2410a41601f2702a6c6
2   "name": "Loggerithm",
3   "version": "1.4.0",
4   "summary": "A lightweight Swift logger.",
5   "description": "Loggerithm - A lightweight Swift logger, uses `print` in Debug and `NSLog` in Production with colourful output.\n\nFeatures\n* Use `print` in Debug and `NSLog` in Production.\n* Formatted Output, just like `NSLog`.\n* Log Level Support.\n* Colorful Output and Color Customization.\n* Comprehensive Unit Test Coverage.",
6   "homepage": "https://github.com/honghaoz/Loggerithm",
7   "screenshots": "https://raw.githubusercontent.com/honghaoz/Loggerithm/master/Assets/demo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Honghao Zhang": "zhh358@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/honghaoz/Loggerithm.git",
17     "tag": "1.4.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "watchos": "2.0",
23     "tvos": "9.0"
24   },
25   "requires_arc": true,
26   "source_files": "Source/*.swift",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "osx": {
31     "frameworks": "Cocoa"
32   },
33   "pushed_with_swift_version": "3.0"