[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / d / 1 / DYFBlurEffect / 2.0.0 / DYFBlurEffect.podspec.json
blobe3a97b9911a2b6c9b6cb7956dc55eaf7266a007f
2   "name": "DYFBlurEffect",
3   "version": "2.0.0",
4   "summary": "An Image blurring is achieved with one line of code.",
5   "description": "An Image blurring is achieved with one line of code and the UIVisualEffectView of the iOS system is supported.",
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.0"
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