Skip to content

Commit

Permalink
Updated to version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Sep 2, 2015
1 parent c188a74 commit b49c747
Show file tree
Hide file tree
Showing 12 changed files with 142 additions and 154 deletions.
Expand Up @@ -74,7 +74,9 @@
012FDEDB17D13C23003F0236 /* Frameworks */,
012FDEDA17D13C23003F0236 /* Products */,
);
indentWidth = 4;
sourceTree = "<group>";
tabWidth = 4;
};
012FDEDA17D13C23003F0236 /* Products */ = {
isa = PBXGroup;
Expand Down
4 changes: 2 additions & 2 deletions FXBlurView.podspec.json
@@ -1,14 +1,14 @@
{
"name": "FXBlurView",
"version": "1.6.3",
"version": "1.6.4",
"license": "zlib",
"summary": "UIView subclass that replicates the iOS 7 realtime background blur effect, but works on iOS 5 and above.",
"authors": {
"Nick Lockwood": "http://charcoaldesign.co.uk/"
},
"source": {
"git": "https://github.com/nicklockwood/FXBlurView.git",
"tag": "1.6.3"
"tag": "1.6.4"
},
"homepage": "http://github.com/nicklockwood/FXBlurView",
"platforms": {
Expand Down
3 changes: 1 addition & 2 deletions FXBlurView/FXBlurView.h
@@ -1,7 +1,7 @@
//
// FXBlurView.h
//
// Version 1.6.3
// Version 1.6.4
//
// Created by Nick Lockwood on 25/08/2013.
// Copyright (c) 2013 Charcoal Design
Expand Down Expand Up @@ -62,7 +62,6 @@
+ (void)setUpdatesEnabled;
+ (void)setUpdatesDisabled;

@property (nonatomic, getter = hasSKView) BOOL skView;
@property (nonatomic, getter = isBlurEnabled) BOOL blurEnabled;
@property (nonatomic, getter = isDynamic) BOOL dynamic;
@property (nonatomic, assign) NSUInteger iterations;
Expand Down

0 comments on commit b49c747

Please sign in to comment.