Skip to content

Commit

Permalink
Merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Truba committed Sep 9, 2018
2 parents e2ca8f8 + 58bd146 commit a8e44ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
LC_ALL: "en_US.UTF-8"
LANG: "en_US.UTF-8"
macos:
xcode: "9.2.0"
xcode: "9.3.0"
steps:
- checkout
- run: brew update && brew install ruby
Expand Down
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.1
4 changes: 2 additions & 2 deletions Japx.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'Japx'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'Lightweight JSON:API parser.'

# This description is used to generate tags and improve search results.
Expand All @@ -22,7 +22,7 @@ It works by transfering Dictionary to Dictionary, so you can use Codable, Unbox,

s.requires_arc = true
s.ios.deployment_target = '9.0'
s.swift_version = '4.0'
s.swift_version = '4.1'

s.default_subspec = 'Core'

Expand Down

0 comments on commit a8e44ff

Please sign in to comment.