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