[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 0 / 5 / GFBlurView / 0.1.0 / GFBlurView.podspec.json
blobf50d60efd0737baa06158182e47db7525a4f0a1b
2   "name": "GFBlurView",
3   "version": "0.1.0",
4   "summary": "A simple tool to give view a blur",
5   "description": "Using UIVisualEffect is some how difficult or complicated, GFBlurView gives you a way to give one view a blur vision",
6   "homepage": "https://github.com/guofengld/GFBlurView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "guofengld": "guofengld@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/guofengld/GFBlurView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GFBlurView/**/*",
22   "dependencies": {
23     "Masonry": [
25     ]
26   }