[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 1 / f / Loggerithm / 1.0 / Loggerithm.podspec.json
blob313f61949749130ba4080a719f7987d5fa18be27
2   "name": "Loggerithm",
3   "version": "1.0",
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.0"
18   },
19   "social_media_url": "https://www.linkedin.com/in/honghaozhang",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "xcconfig": {
25     "OTHER_SWIFT_FLAGS": "-D DEBUG"
26   },
27   "source_files": "Source/*.swift",
28   "frameworks": "UIKit"