From c05af4f923c3ef0286cc15b9221d3d30e9298d3e Mon Sep 17 00:00:00 2001 From: Lasha Efremidze Date: Sat, 8 Oct 2016 16:13:53 -0700 Subject: [PATCH] Update README.md --- README.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 4beac6c..7cd1761 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [UIVisualEffectView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIVisualEffectView/) subclass with tint color. Applies a blurring effect to the content layered behind using [UIBlurEffect](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBlurEffect_Ref/index.html#//apple_ref/occ/cl/UIBlurEffect). [![Version](https://img.shields.io/cocoapods/v/VisualEffectView.svg?style=flat)](http://cocoapods.org/pods/VisualEffectView) +[![Language](https://img.shields.io/badge/Swift-2.3-orange.svg?style=flat)](https://swift.org) [![CI Status](http://img.shields.io/travis/efremidze/VisualEffectView.svg?style=flat)](https://travis-ci.org/efremidze/VisualEffectView) [![codebeat badge](https://codebeat.co/badges/333beeda-5948-42f3-8775-0e3626408a82)](https://codebeat.co/projects/github-com-efremidze-visualeffectview) @@ -12,6 +13,12 @@ $ pod try VisualEffectView ``` +## Requirements + +- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+ +- Swift 2.3 (VisualEffectView 1.x) +- [Swift 3.0](https://github.com/efremidze/VisualEffectView/tree/swift3.0) + ## Installation ###CocoaPods To install with [CocoaPods](http://cocoapods.org/), simply add this in your `Podfile`: @@ -30,12 +37,6 @@ github "efremidze/VisualEffectView" 1. Download and drop ```VisualEffectView.swift``` in your project. 2. Congratulations! -## Requirements - -- iOS 8.0+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+ -- Swift 2.3 (VisualEffectView 1.x) -- [Swift 3](https://github.com/efremidze/VisualEffectView/tree/swift3.0) - ## Usage Use the VisualEffectView like any UIView. @@ -70,14 +71,6 @@ var scale: CGFloat // scale factor Works great with storyboards and xibs. -## Contributions - -Contributions are totally welcome. - -## License - -VisualEffectView is available under the MIT license. See the LICENSE file for more info. - ## Disclaimer VisualEffectView utilizes a private UIKit API to do its magic. Use caution, submitting this code to the App Store adds the risk of being rejected!