From 11721d9a0fddbfb881dec0d8ef4486591fc3e2c7 Mon Sep 17 00:00:00 2001 From: Kaan Dedeoglu Date: Tue, 13 Oct 2015 17:26:01 +0300 Subject: [PATCH] Update podspec to version 0.1.1 --- Shark.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shark.podspec b/Shark.podspec index 17f8c31..c4db646 100644 --- a/Shark.podspec +++ b/Shark.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Shark' - s.version = '0.1.0' + s.version = '0.1.1' s.license = { :type => 'The MIT License (MIT)', :text => <<-LICENSE Copyright (c) 2015 Kaan Dedeoglu @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.summary = 'Swift Script that transforms the .xcassets folder into a type safe enum' s.homepage = 'https://github.com/kaandedeoglu/Shark' s.authors = { 'Kaan Dedeoglu' => 'kaandedeoglu@me.com' } - s.source = { :http => 'https://github.com/kaandedeoglu/Shark/releases/download/0.1.0/shark.zip' } + s.source = { :http => "https://github.com/kaandedeoglu/Shark/releases/download/#{s.version}/shark.zip" } s.preserve_paths = 'shark' s.ios.deployment_target = '8.0'