[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 9 / 7 / a / GRKBlurView / 1.2 / GRKBlurView.podspec.json
blobd3bf2d20b9c7386d6d1ddead5b74d11cf6484590
2   "name": "GRKBlurView",
3   "version": "1.2",
4   "summary": "A UIView subclass which applies image effects to a given image.",
5   "description": "\t\tImage affects (blur, saturation) are applied to a base image asynchronously and\n\t\tis intended to be used for near real time application.\n",
6   "homepage": "https://github.com/levigroker/GRKBlurView",
7   "license": "Creative Commons Attribution 3.0 Unported License",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/levigroker",
12   "source": {
13     "git": "https://github.com/levigroker/GRKBlurView.git",
14     "tag": "1.2"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "GRKBlurView/**/*.{h,m}",
20   "frameworks": "Accelerate",
21   "requires_arc": true