From 9bbe8f8d5f18e6a9c581e985806e09d86b6b15be Mon Sep 17 00:00:00 2001 From: Rayan Saeed Date: Fri, 7 Oct 2016 12:16:04 +0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad2c432..6982ff6 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,14 @@ private func willPauseHandler() { ## Requirements iOS 8.0+ +Swift 3 ## Installation SVGPlayButton is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod 'SVGPlayButton', '~> 0.2.3' +pod 'SVGPlayButton' ``` ## Author