Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asmallteapot committed Nov 12, 2018
1 parent c85b6d0 commit 40ee77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BART.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.14'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '4.0'
# s.tvos.deployment_target = '12.0'

s.framework = 'Foundation'
s.dependency 'Moya', '~> 11.0'

s.swift_version = '4.0'
s.swift_version = '4.2'

s.source = {
git: 'https://github.com/asmallteapot/BART.git',
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.1.0
// swift-tools-version:4.2.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down

0 comments on commit 40ee77e

Please sign in to comment.