From 06bebc634ec664fc38c7bb76b857440212dbed71 Mon Sep 17 00:00:00 2001 From: Yoseob Lee Date: Tue, 26 Sep 2017 17:21:33 -0400 Subject: [PATCH] Release 1.2.0 --- Simcoe.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simcoe.podspec b/Simcoe.podspec index f44fd4c..047646a 100644 --- a/Simcoe.podspec +++ b/Simcoe.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "Simcoe" - s.version = "1.1.0" + s.version = "1.2.0" s.summary = "An analytics framework that provides a base layer of simple APIs for managing analytics frameworks." s.description = <<-DESC Simcoe is an analytics framework that aims to provide a simple, extensible API for managing and handling various analytics frameworks. It makes very few assumptions about your analytics implementations, allowing the implementer to customize it to their needs.