blob: 0552925d1a556a5c89cede20ba4343737ee733db [file] [log] [blame]
{
"name": "TwitterImagePipeline",
"version": "2.13.0",
"compiler_flags": "-DTIP_PROJECT_VERSION=2.13",
"summary": "Twitter Image Pipeline is a robust and performant image loading and caching framework for iOS",
"description": "Twitter created a framework for image loading/caching 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-image-pipeline",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Twitter": "opensource@twitter.com"
},
"source": {
"git": "https://github.com/twitter/ios-twitter-image-pipeline.git",
"tag": "2.13.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
5.0,
"5.0"
],
"default_subspecs": "Default",
"swift_version": "5.0",
"subspecs": [
{
"name": "Default",
"source_files": "TwitterImagePipeline/**/*.{h,m}",
"public_header_files": "TwitterImagePipeline/*.h"
}
]
}