blob: 6329e6bef35a3b94a06b4a5713afde7b97039068 [file] [log] [blame]
{
"name": "TwitterLoggingService",
"version": "2.7.0",
"summary": "Twitter Logging Service is a robust and performant logging framework for iOS and macOS",
"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.",
"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.7.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
5.0,
"5.0"
],
"default_subspecs": "Default",
"swift_version": "5.0",
"subspecs": [
{
"name": "Default",
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h"
},
{
"name": "ObjC",
"source_files": "Classes/**/*.{h,m,c,cpp,mm}",
"public_header_files": "Classes/**/*.h"
}
]
}