2 "name": "TwitterLoggingService",
4 "summary": "Twitter Logging Service is a robust and performant logging framework for iOS clients",
5 "description": "Twitter created a framework for logging in order to fulfill the following requirements:\n - fast (no blocking the main thread)\n - thread safe\n - as easy as NSLog in most situations\n - support pluggable \"outputs streams\" to which messages will be delivered\n - \"outputs streams\" filter messages rather than global filtering for all \"output streams\"\n - able to categorize log messages (log channels)\n - able to designate importance to log messages (log levels)\n - force opt-in for persisted logs (a security requirement, fulfilled by using the context feature of TLS)",
6 "homepage": "https://github.com/twitter/ios-twitter-logging-service",
8 "type": "Apache License, Version 2.0",
12 "Twitter": "opensource@twitter.com"
15 "git": "https://github.com/twitter/ios-twitter-logging-service.git",
21 "source_files": "Classes/*",
22 "public_header_files": "Classes/*.h"