[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 3 / 1 / MTSDWebImage / 0.2.3 / MTSDWebImage.podspec.json
blob43bfa4fd59bd9c35c610387edd8fed19935cd146
2   "name": "MTSDWebImage",
3   "version": "0.2.3",
4   "summary": "SDWebImage静态库 framework",
5   "description": "SDWebImage静态库 framework 提高便以速度",
6   "homepage": "https://gitee.com/fmdb/MTSDWebImage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZhaoBingDong": "dzb8818082@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/fmdb/MTSDWebImage.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "vendored_frameworks": "MTSDWebImage/Framework/MTSDWebImage.framework"
23   },
24   "requires_arc": true,
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "MobileCoreServices",
29     "ImageIO",
30     "Accelerate"
31   ],
32   "xcconfig": {
33     "OTHER_LDFLAGS": "-ObjC"
34   }