Skip to content

Commit

Permalink
Merge pull request #278 from bustoutsolutions/1.4.2
Browse files Browse the repository at this point in the history
1.4.2
  • Loading branch information
pcantrell authored Sep 23, 2018
2 parents 155c532 + 082d418 commit 847c995
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Alamofire/Alamofire" "4.7.3"
github "Quick/Nimble" "v7.1.3"
github "Quick/Nimble" "v7.3.1"
github "pcantrell/Nocilla" "bd7ec7caa0576f08c00bbbf993a9204f93be16e3"
github "pcantrell/Quick" "eeaddb112fc486b1e3699a5985e6a68dd5bc56d8"
6 changes: 3 additions & 3 deletions Examples/GithubBrowser/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Siesta/Core (1.4.1)
- Siesta/UI (1.4.1):
- Siesta/Core (1.4.2)
- Siesta/UI (1.4.2):
- Siesta/Core

DEPENDENCIES:
Expand All @@ -11,7 +11,7 @@ EXTERNAL SOURCES:
:path: "../.."

SPEC CHECKSUMS:
Siesta: 02f67deae325f43760d39b7880a98a5f3b60c1de
Siesta: 7e2d45576418ec5628948e35883d6b68edc146c7

PODFILE CHECKSUM: ae415ad9ad375272eab63ab45853da2148a7aa21

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.4.1"
s.version = "1.4.2"
s.summary = "Swift REST client library"

s.description = <<-DESC
Expand Down Expand Up @@ -69,7 +69,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.11"

s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.4.1" }
s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.4.2" }

s.subspec "Core" do |s|
s.source_files = "Source/Siesta/**/*"
Expand Down

0 comments on commit 847c995

Please sign in to comment.