From 3464fab36dc8170dd33feb98e5ea5b6ab4221ce7 Mon Sep 17 00:00:00 2001 From: Vittorio Monaco Date: Mon, 16 May 2016 18:03:51 +0200 Subject: [PATCH] Updates podspec before 0.8 release --- Carlos.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Carlos.podspec b/Carlos.podspec index 292fb6f..85a2ab5 100644 --- a/Carlos.podspec +++ b/Carlos.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.name = "Carlos" - s.version = "0.7" + s.version = "0.8" s.summary = "A simple but flexible cache." s.description = <<-DESC Carlos is a small set of classes convenience operators to realize custom, flexible and powerful cache layers in your iOS, watchOS 2, tvOS and Mac OS X applications. @@ -15,7 +15,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/WeltN24/Carlos" s.license = 'MIT' s.author = { "Vittorio Monaco" => "vittorio.monaco1@gmail.com" } - s.source = { :git => "https://github.com/WeltN24/Carlos.git", :tag => 'Carlos-' + s.version.to_s } + s.source = { :git => "https://github.com/WeltN24/Carlos.git", :tag => s.version.to_s } s.ios.platform = :ios, "9.0" s.osx.platform = :osx, "10.10" @@ -29,7 +29,7 @@ Pod::Spec.new do |s| s.requires_arc = true - s.dependency 'PiedPiper', '~> 0.7' + s.dependency 'PiedPiper', '~> 0.8' s.ios.source_files = 'Carlos/*.swift', 'Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}' s.watchos.source_files = 'Carlos/*.swift', 'Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}'