From 920ed56b3f8ca3652f447eb8aa3e6c39481fae23 Mon Sep 17 00:00:00 2001 From: ipodishima Date: Fri, 10 Jun 2016 15:52:36 -0400 Subject: [PATCH] Podspec 0.0.9 --- WANetworkRouting.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WANetworkRouting.podspec b/WANetworkRouting.podspec index dc5bc42..43c2e55 100644 --- a/WANetworkRouting.podspec +++ b/WANetworkRouting.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "WANetworkRouting" - s.version = "0.0.8" + s.version = "0.0.9" s.summary = "A routing library to fetch objects from an API and map them to your app" s.homepage = "https://github.com/Wasappli/WANetworkRouting" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Marian Paul" => "marian@wasapp.li" } s.ios.deployment_target = "7.0" s.watchos.deployment_target = "2.0" - s.source = { :git => "https://github.com/Wasappli/WANetworkRouting.git", :tag => "0.0.8" } + s.source = { :git => "https://github.com/Wasappli/WANetworkRouting.git", :tag => "0.0.9" } s.source_files = "Files/*.{h,m}" s.requires_arc = true s.dependency 'AFNetworking', '~> 3.1'