[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 3 / 1 / MTSDWebImage / 0.1.2 / MTSDWebImage.podspec.json
blob07ab518b32284c8ae329e4b122bf7ef4f230e23c
2   "name": "MTSDWebImage",
3   "version": "0.1.2",
4   "summary": "SDWebImage静态库 framework",
5   "description": "SDWebImage静态库 framework 提高便以速度",
6   "homepage": "https://github.com/BestiOSDev/MTSDWebImage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "BestiOSDev": "1060545231@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/BestiOSDev/MTSDWebImage.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MTSDWebImage/Framework/**/*{h}",
22   "vendored_libraries": "MTSDWebImage/Framework/libMTSDWebImage.a",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "MobileCoreServices",
28     "ImageIO",
29     "Accelerate"
30   ],
31   "xcconfig": {
32     "OTHER_LDFLAGS": "-ObjC"
33   }