blob: b47bfa671e92fba5b1f53dfe7946b59050d7859d [file] [log] [blame]
{
"name": "TwitterLoggingService",
"version": "2.2.0",
"summary": "Twitter Logging Service is a robust and performant logging framework for iOS clients",
"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)",
"homepage": "https://github.com/twitter/ios-twitter-logging-service",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Twitter": "opensource@twitter.com"
},
"source": {
"git": "https://github.com/twitter/ios-twitter-logging-service.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/*",
"public_header_files": "Classes/*.h"
}