[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 5 / e / TwitterImagePipeline / 2.9.3 / TwitterImagePipeline.podspec.json
blob3e97c30ae2ac679e8b6d569cabe487705a1332b0
2   "name": "TwitterImagePipeline",
3   "version": "2.9.3",
4   "summary": "Twitter Image Pipeline is a robust and performant image loading and caching framework for iOS",
5   "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.",
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-image-pipeline.git",
16     "tag": "2.9.3"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "default_subspecs": "Default",
22   "subspecs": [
23     {
24       "name": "Default",
25       "source_files": "TwitterImagePipeline/**/*",
26       "public_header_files": "TwitterImagePipeline/*.h"
27     },
28     {
29       "name": "ObjC",
30       "source_files": "TwitterImagePipeline/**/*.{h,m,c,cpp,mm}",
31       "public_header_files": "TwitterImagePipeline/*.h"
32     }
33   ]