Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Mar 19, 2019
1 parent 896dd4a commit e30e611
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:

language: objective-c
os: osx
osx_image: xcode10
osx_image: xcode10.1
env:
- scheme='Siesta macOS' platform='OS X'
- scheme='Siesta iOS' platform='iOS Simulator' ios_version='12.0' ios_device='iPhone XR'
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1"
github "Alamofire/Alamofire" "4.8.1"
github "Quick/Nimble" "v8.0.1"
github "pcantrell/Nocilla" "bd7ec7caa0576f08c00bbbf993a9204f93be16e3"
github "pcantrell/Quick" "eeaddb112fc486b1e3699a5985e6a68dd5bc56d8"
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-GithubBrowser/Pods-GithubBrowser-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-GithubBrowser/Pods-GithubBrowser-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/Siesta/Siesta.framework",
);
name = "[CP] Embed Pods Frameworks";
Expand All @@ -260,7 +260,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-GithubBrowser/Pods-GithubBrowser-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GithubBrowser/Pods-GithubBrowser-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
8 changes: 4 additions & 4 deletions Examples/GithubBrowser/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Siesta/Core (1.4.2)
- Siesta/UI (1.4.2):
- Siesta/Core (1.4.3)
- Siesta/UI (1.4.3):
- Siesta/Core

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

SPEC CHECKSUMS:
Siesta: 7e2d45576418ec5628948e35883d6b68edc146c7
Siesta: 1a4145880521005f6df9835c73358b3476951c6e

PODFILE CHECKSUM: ae415ad9ad375272eab63ab45853da2148a7aa21

COCOAPODS: 1.5.3
COCOAPODS: 1.6.0.beta.1
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.2"
s.version = "1.4.3"
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.2" }
s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.4.3" }

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

0 comments on commit e30e611

Please sign in to comment.