Skip to content

Commit

Permalink
1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Oct 28, 2015
1 parent 767bd30 commit ac061ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Examples/GithubBrowser/Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "bustoutsolutions/siesta" "1.0-beta.2"
github "bustoutsolutions/siesta" "1.0-beta.3"
github "SwiftyJSON/SwiftyJSON" "xcode7"
2 changes: 1 addition & 1 deletion Examples/GithubBrowser/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Alamofire/Alamofire" "2.0.2"
github "SwiftyJSON/SwiftyJSON" "6eb4cda062fa09c4658e4184f92d822058f226e3"
github "bustoutsolutions/siesta" "1.0-beta.2"
github "bustoutsolutions/siesta" "1.0-beta.3"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
github "bustoutsolutions/siesta" "1.0-beta.3"

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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Siesta"
s.version = "1.0-beta.2"
s.version = "1.0-beta.3"
s.summary = "iOS REST Client Framework"

s.description = <<-DESC
Expand Down Expand Up @@ -53,7 +53,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.2" }
s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.0-beta.3" }
s.resources = "Source/**/*.xib"

s.subspec "Core" do |s|
Expand Down

0 comments on commit ac061ce

Please sign in to comment.