Skip to content

Commit

Permalink
1.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Dec 11, 2015
1 parent 18f1977 commit a1b07b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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`:

Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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|
Expand Down

0 comments on commit a1b07b0

Please sign in to comment.