[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 5 / 8 / TwitterLoggingService / 2.2.0 / TwitterLoggingService.podspec.json
blobb47bfa671e92fba5b1f53dfe7946b59050d7859d
2   "name": "TwitterLoggingService",
3   "version": "2.2.0",
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",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Twitter": "opensource@twitter.com"
13   },
14   "source": {
15     "git": "https://github.com/twitter/ios-twitter-logging-service.git",
16     "tag": "2.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/*",
22   "public_header_files": "Classes/*.h"