diff --git a/.travis.yml b/.travis.yml index 3a25abfb..4025b269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' diff --git a/Cartfile.resolved b/Cartfile.resolved index 30572800..3787fc10 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -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" diff --git a/Examples/GithubBrowser/GithubBrowser.xcodeproj/project.pbxproj b/Examples/GithubBrowser/GithubBrowser.xcodeproj/project.pbxproj index c036fa7a..2e62c75e 100644 --- a/Examples/GithubBrowser/GithubBrowser.xcodeproj/project.pbxproj +++ b/Examples/GithubBrowser/GithubBrowser.xcodeproj/project.pbxproj @@ -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"; @@ -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 */ diff --git a/Examples/GithubBrowser/Podfile.lock b/Examples/GithubBrowser/Podfile.lock index 5560c952..a6d146f2 100644 --- a/Examples/GithubBrowser/Podfile.lock +++ b/Examples/GithubBrowser/Podfile.lock @@ -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: @@ -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 diff --git a/Siesta.podspec b/Siesta.podspec index f554b7a5..a6cad779 100644 --- a/Siesta.podspec +++ b/Siesta.podspec @@ -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 @@ -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/**/*"