Skip to content

Commit

Permalink
Merge pull request #235 from bustoutsolutions/1.3.1
Browse files Browse the repository at this point in the history
1.3.1
  • Loading branch information
pcantrell authored Nov 19, 2017
2 parents ce4ff32 + 65f4204 commit 8574078
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ branches:

language: objective-c
os: osx
osx_image: xcode9
osx_image: xcode9.1
env:
- scheme='Siesta macOS' platform='OS X'
- scheme='Siesta iOS' platform='iOS Simulator' ios_version='11.0' ios_device='iPhone X'
- scheme='Siesta iOS' platform='iOS Simulator' ios_version='11.1' ios_device='iPhone X'
- scheme='Siesta iOS' platform='iOS Simulator' ios_version='10.3.1' ios_device='iPhone SE'
- scheme='Siesta iOS' platform='iOS Simulator' ios_version='9.3' ios_device='iPhone 6'
- scheme='Siesta iOS' platform='iOS Simulator' ios_version='8.1' ios_device='iPhone 4s'
Expand Down
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.5.1"
github "Quick/Nimble" "v7.0.1"
github "Quick/Nimble" "v7.0.2"
github "pcantrell/Nocilla" "bd7ec7caa0576f08c00bbbf993a9204f93be16e3"
github "pcantrell/Quick" "ea7d540048645e84748310854e10c19ad8a1b404"
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.3.0)
- Siesta/UI (1.3.0):
- Siesta/Core (1.3.1)
- Siesta/UI (1.3.1):
- Siesta/Core

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

SPEC CHECKSUMS:
Siesta: 02ebadcf2be602c0a81545533e9fedda2356f51b
Siesta: afb4ac3ff3f7701ccd5539c7fcd9e15a05509540

PODFILE CHECKSUM: ae415ad9ad375272eab63ab45853da2148a7aa21

Expand Down
2 changes: 1 addition & 1 deletion Examples/GithubBrowser/Source/UI/UserViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class UserViewController: UIViewController, UISearchBarDelegate, ResourceObserve

CommentaryViewController.publishCommentary(
"""
Stress the live search above by rapidly deleting and retyping the same characters.
Stress test the live search above by rapidly deleting and retyping the same characters.
Note how fast previously fetched data reappears. <b>Why so fast?</b>
Unlike other networking libraries, Siesta can cache responses in their final, fully parsed, <b>app-specific
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.3.0"
s.version = "1.3.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.3.0" }
s.source = { :git => "https://github.com/bustoutsolutions/siesta.git", :tag => "1.3.1" }

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

0 comments on commit 8574078

Please sign in to comment.