From a1b07b0a850e018d65f99fd622d6b7eeb9a0c415 Mon Sep 17 00:00:00 2001 From: Paul Cantrell Date: Fri, 11 Dec 2015 15:01:57 -0600 Subject: [PATCH] 1.0-beta.5 --- README.md | 4 ++-- Siesta.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23201ce4..d814d5bd 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Siesta requires Swift 2.0, so make sure you have [Xcode 7](https://developer.app In your `Podfile`: - pod 'Siesta', '>=1.0-beta.4' + pod 'Siesta', '>=1.0-beta.5' If you want to use Alamofire as your networking provider instead of `NSURLSession`: @@ -134,7 +134,7 @@ If you want to use Alamofire as your networking provider instead of `NSURLSessio In your `Cartfile`: - github "bustoutsolutions/siesta" "1.0-beta.4" + github "bustoutsolutions/siesta" "1.0-beta.5" Follow the [Carthage instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add `Siesta.framework` to your project. diff --git a/Siesta.podspec b/Siesta.podspec index 06707818..15098c9d 100644 --- a/Siesta.podspec +++ b/Siesta.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Siesta" - s.version = "1.0-beta.4" + s.version = "1.0-beta.5" s.summary = "iOS REST Client Framework" s.description = <<-DESC @@ -69,7 +69,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" - s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.0-beta.4" } + s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.0-beta.5" } s.resources = "Source/**/*.xib" s.subspec "Core" do |s|