Skip to content

Commit

Permalink
Version to 1.5.2 + README tweak re SwiftPM resources
Browse files Browse the repository at this point in the history
  • Loading branch information
pcantrell committed Nov 19, 2020
1 parent 6f6fbd0 commit 6f142d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude:

copyright: '© 2020 [Bust Out Solutions](http://bustoutsolutions.com) under [open source license](https://github.com/bustoutsolutions/siesta/blob/master/LICENSE).'

swift_version: 5.2
swift_version: 5.3.1

theme: fullwidth

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.5.1)
- Siesta/UI (1.5.1):
- Siesta/Core (1.5.2)
- Siesta/UI (1.5.2):
- Siesta/Core

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

SPEC CHECKSUMS:
Siesta: 0b689eff328778c754c4f9afe33ffd70af5ada3d
Siesta: d1e1966af43ffca170f658ad6d987228a5b40873

PODFILE CHECKSUM: 974001388daa9ecbfa915ea0bc4093a33242099c

COCOAPODS: 1.9.1
COCOAPODS: 1.10.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ In Xcode:
- Also check “SiestaUI” if you want to use any of the [UI helpers](https://github.com/bustoutsolutions/siesta/tree/master/Source/SiestaUI).
- Also check “Siesta_Alamofire” if you want to use the Alamofire extension for Siesta.
* Click “Finish.”
* SwiftPM does not yet support resources supplied by dependencies. This means that if:
* Siesta does not yet support resources supplied by dependencies. This means that if:
- you included `SiestaUI` above
- and you plan to use `ResourceStatusOverlay`
- and you are using its default initializer instead of providing your own custom UI layout,

…then you’ll need to copy [`ResourceStatusOverlay.xib`](https://github.com/bustoutsolutions/siesta/raw/master/Source/SiestaUI/ResourceStatusOverlay.xib) into your own project.

SwiftPM has support for this coming, but it hasn’t arrived yet as of Swift 5.2.
SwiftPM just recently added support for this, and Siesta will add it in the next release.

Please note that Xcode will show _all_ of Siesta’s optional and test-only dependencies, including Quick, Nimble, and Alamofire. Don’t worry: these won’t actually be bundled into your app (except Alamofire, if you use it).

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

s.description = <<-DESC
Expand Down Expand Up @@ -72,7 +72,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.12"
s.tvos.deployment_target = "10.0"

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

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

0 comments on commit 6f142d0

Please sign in to comment.