From 94f3da782dacf4e02f476280628a715acadfe7e0 Mon Sep 17 00:00:00 2001 From: Nicholas Shipes Date: Mon, 21 May 2018 11:32:59 -0700 Subject: [PATCH] Tagging release 2.3.16 of the SDK --- AerisWeather.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AerisWeather.podspec b/AerisWeather.podspec index f8ca329..db6a5c9 100644 --- a/AerisWeather.podspec +++ b/AerisWeather.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AerisWeather' - s.version = '2.3.15' + s.version = '2.3.16' s.summary = 'Quickly integrate the Aeris Weather API data and map overlays into your iOS apps.' s.description = <<-DESC The Aeris iOS Weather Framework allows a developer to quickly and easily add weather content and functionality to their iOS applications quickly and easily without having to code anything themselves. It utilizes the Aeris API backend for data loading and is built on top of an object mapping system that efficiently loads requested weather content into third-party iOS applications, greatly reducing the amount of code and development needed on the developer end.