[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / 8 / 4 / CCOInteractiveBlurView / 0.1.3 / CCOInteractiveBlurView.podspec.json
blobc155b6180986d1eca7e2c244917be1235295c703
2   "name": "CCOInteractiveBlurView",
3   "version": "0.1.3",
4   "summary": "Interactive Blur View, inspired on UIVisualEffectView configured with UIBlurEffect.",
5   "description": "Interactive Blur View, inspired on UIVisualEffectView configured with UIBlurEffect. The blurring effect can be set\nproportionally to a given percentage, ideal to be used with a UIPanGestureRecognizer that changes this value.",
6   "homepage": "https://github.com/Circolo/CCOInteractiveBlurView",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Gian Franco Zabarino": "gfzabarino@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Circolo/CCOInteractiveBlurView.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CCOInteractiveBlurView/Classes/**/*",
22   "public_header_files": "CCOInteractiveBlurView/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "Accelerate"
26   ]