Skip to content

Commit

Permalink
Merge pull request #225 from bustoutsolutions/1.2.1
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
pcantrell committed Sep 8, 2017
2 parents 99a0b68 + 5c2eb34 commit 7198e05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.2.0)
- Siesta/UI (1.2.0):
- Siesta/Core (1.2.1)
- Siesta/UI (1.2.1):
- Siesta/Core
- SwiftyJSON (3.1.4)

Expand All @@ -13,7 +13,7 @@ EXTERNAL SOURCES:
:path: ../..

SPEC CHECKSUMS:
Siesta: 510fe6f1967d5c727fd32390805472cb01684093
Siesta: f47c4e6016bc2c249c46f2a70167ff0835dfefe1
SwiftyJSON: c2842d878f95482ffceec5709abc3d05680c0220

PODFILE CHECKSUM: 185541f66e3c53d1269ded59a72f9c99e6a2d105
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ With all that in mind, here is a capabilities comparison¹:
| Hides HTTP | | | || | |
| UI helpers || | | || |
| Primary language | Swift | Swift | Obj-C | Swift | Obj-C | Obj-C |
| Nontrivial lines of code² | 2449 | 3003 | 13291 | 937 | 4025 | ? |
| Nontrivial lines of code² | 2449 | 3020 | 13291 | 965 | 4025 | ? |
| Built on top of | <small>any (injectable)</small>| <small>URLSession</small> | <small>AFNetworking</small> | <small>Alamofire</small> | <small>NSURLSession / NSURLConnection</small>| <small>Apple guts</small>

<small>1. Disclaimer: table compiled by Siesta’s non-omniscient author. Corrections / additions? Please [submit a PR](https://github.com/bustoutsolutions/siesta/edit/master/README%2Emd#L280).</small>
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.2.0"
s.version = "1.2.1"
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.2.0" }
s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.2.1" }

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

0 comments on commit 7198e05

Please sign in to comment.