blob: 09faaccb3fa05848eb9141672709719a9347a540 [file] [log] [blame]
{
"name": "TwitterLoggingService",
"version": "2.3.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.3.0"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Default",
"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"
}
]
}