blob: bba6d39e697565acffb30f23c2b317207480d0ff [file] [log] [blame]
{
"name": "TwitterImagePipeline",
"version": "2.24.0",
"compiler_flags": "-DTIP_PROJECT_VERSION=2.24",
"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.24.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
5.0
],
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"source_files": "TwitterImagePipeline/**/*.{h,m}",
"public_header_files": "TwitterImagePipeline/*.h"
}
],
"swift_version": "5.0"
}