[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 1 / f / Loggerithm / 1.1 / Loggerithm.podspec.json
blob5ccdb9ce0d09ea3b3b474aaa6f3d6c7648ec8427
2   "name": "Loggerithm",
3   "version": "1.1",
4   "summary": "A lightweight Swift logger.",
5   "description": "Loggerithm - A lightweight Swift logger, uses `println` in Debug and `NSLog` in Production with colourful output.\n\nFeatures\n* Use `println` 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.1"
18   },
19   "social_media_url": "https://www.linkedin.com/in/honghaozhang",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "requires_arc": true,
25   "xcconfig": {
26     "OTHER_SWIFT_FLAGS": "-D DEBUG"
27   },
28   "source_files": "Source/*.swift",
29   "ios": {
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "frameworks": "Cocoa"
34   }