diff --git a/Examples/GithubBrowser/Cartfile b/Examples/GithubBrowser/Cartfile index 7b60729c..02fdea9e 100644 --- a/Examples/GithubBrowser/Cartfile +++ b/Examples/GithubBrowser/Cartfile @@ -1,2 +1,2 @@ -github "bustoutsolutions/siesta" "1.0-beta.2" +github "bustoutsolutions/siesta" "1.0-beta.3" github "SwiftyJSON/SwiftyJSON" "xcode7" diff --git a/Examples/GithubBrowser/Cartfile.resolved b/Examples/GithubBrowser/Cartfile.resolved index 850f1538..875dfc8f 100644 --- a/Examples/GithubBrowser/Cartfile.resolved +++ b/Examples/GithubBrowser/Cartfile.resolved @@ -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" diff --git a/README.md b/README.md index 7a9b2255..b7b15b9c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/Siesta.podspec b/Siesta.podspec index d1068e01..6b25bc09 100644 --- a/Siesta.podspec +++ b/Siesta.podspec @@ -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 @@ -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|