From 5212a330ffcabce167f14a0dece64d338958bfef Mon Sep 17 00:00:00 2001 From: Kristian Andersen Date: Wed, 15 Nov 2017 14:13:31 +0100 Subject: [PATCH] Readme updated for Swift 4 --- Readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 52cbf53..71bc36d 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -[![](http://img.shields.io/badge/Swift-3.1-blue.svg)]() +[![](http://img.shields.io/badge/Swift-4.0.2-blue.svg)]() [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/Carthage/Carthage) [![CocoaPods compatible](https://img.shields.io/badge/CocoaPods-compatible-4BC51D.svg)](https://github.com/CocoaPods/CocoaPods) [![](http://img.shields.io/badge/operator_overload-nope-green.svg)](https://gist.github.com/duemunk/61e45932dbb1a2ca0954) @@ -9,8 +9,6 @@ Easily integrate Google Analytics into your iOS, macOS, and tvOS app without dow [Read why I created Google Reporter here](https://medium.com/swift-digest/using-google-analytics-in-your-app-without-any-sdks-46f9a70bc178) -**Swift 4/Xcode 9 Support:** Please use the [``swift-4``](https://github.com/ksmandersen/GoogleReporter/tree/swift-4) branch. - ## Set Up Works with Carthage & CocoaPods or just put ``GoogleReporter.swift`` into your project.