Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
NSProgrammer committed Jun 18, 2016
1 parent 254ba9f commit dc17262
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions TwitterLoggingService.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
Pod::Spec.new do |s|
s.name = 'TwitterLoggingService'
s.version = '2.2.1'
s.summary = 'Twitter Logging Service is a robust and performant logging framework for iOS clients'
s.description = <<-DESC
Twitter created a framework for logging in order to fulfill the following requirements:
- fast (no blocking the main thread)
- thread safe
- as easy as NSLog in most situations
- support pluggable "outputs streams" to which messages will be delivered
- "outputs streams" filter messages rather than global filtering for all "output streams"
- able to categorize log messages (log channels)
- able to designate importance to log messages (log levels)
- force opt-in for persisted logs (a security requirement, fulfilled by using the context feature of TLS)
DESC
s.summary = 'Twitter Logging Service is a robust and performant logging framework for iOS and macOS'
s.description = 'Twitter created a framework for logging in order to fulfill the numerous needs of Twitter for iOS including being fast, safe, modular and versatile.'
s.homepage = 'https://github.com/twitter/ios-twitter-logging-service'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { 'Twitter' => '[email protected]' }
Expand Down

0 comments on commit dc17262

Please sign in to comment.