[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / f / e / GradualEffect / 1.0.0 / GradualEffect.podspec.json
blobc249624745443e77cc9b9b225986163d2fb44e9a
2   "name": "GradualEffect",
3   "version": "1.0.0",
4   "summary": "Gradually blur the background as the user scrolles. Blazing fast.",
5   "swift_version": "4.2",
6   "description": "Gradually blur the background as the user scrolles. It's blazing fast and it uses the GPU instead of the CPU.",
7   "homepage": "https://github.com/darianjug/GradualEffect",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Darian Jug": "darian.jug@me.com"
14   },
15   "source": {
16     "git": "https://github.com/darianjug/GradualEffect.git",
17     "tag": "1.0.0"
18   },
19   "social_media_url": "https://twitter.com/Darian_Jug",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "GradualEffect/Classes/**/*.swift",
24   "dependencies": {
25     "GPUImage": [
26       "~> 0.1.7"
27     ]
28   }