[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / d / 1 / DYFBlurEffect / 2.0.1 / DYFBlurEffect.podspec.json
blobe0ea71e78e7b4ba678c44d4bf67c7836917d5d77
2   "name": "DYFBlurEffect",
3   "version": "2.0.1",
4   "summary": "Realizes blurred image and supports UIVisualEffectView.",
5   "description": "We can use `DYFBlurEffect` to quickly realize blurred image, and support `UIVisualEffectView` in iOS.",
6   "homepage": "https://github.com/dgynfi/DYFBlurEffect",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dyf": "vinphy.teng@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/dgynfi/DYFBlurEffect.git",
19     "tag": "2.0.1"
20   },
21   "source_files": "Classes/**/*.{h,m}",
22   "public_header_files": "Classes/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "Accelerate",
27     "CoreGraphics",
28     "CoreImage"
29   ],
30   "requires_arc": true