Skip to content

Commit ff48da3

Browse files
committed
Speculatively update various config files
1 parent b790bb8 commit ff48da3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1
1+
5.2

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: swift
2-
osx_image: xcode11.3
2+
osx_image: xcode12.3
33
xcode_project: OAuth2.xcodeproj
44
xcode_scheme: OAuth2macOS
55
xcode_sdk: macosx

generate-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
bundle exec jazzy \
77
-o "docs" \
88
--min-acl "internal" \
9-
--module-version "5.0.0"
9+
--module-version "5.3.0"
1010

1111
mkdir docs/assets 2>/dev/null
1212
cp assets/* docs/assets/

p2.OAuth2.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = 'p2.OAuth2'
10-
s.version = '5.2.0'
10+
s.version = '5.3.0'
1111
s.summary = 'OAuth2 framework for macOS, iOS and tvOS, written in Swift.'
1212
s.description = <<-DESC
1313
OAuth2 frameworks for macOS, iOS and tvOS written in Swift.
@@ -34,9 +34,9 @@ Pod::Spec.new do |s|
3434
s.swift_version = '5.0'
3535
s.cocoapods_version = '>= 1.4.0'
3636

37-
s.ios.deployment_target = '8.0'
38-
s.osx.deployment_target = '10.11'
39-
s.tvos.deployment_target = '9.0'
37+
s.ios.deployment_target = '12.0'
38+
s.osx.deployment_target = '10.13'
39+
s.tvos.deployment_target = '12.0'
4040
s.pod_target_xcconfig = {
4141
'OTHER_SWIFT_FLAGS' => '-DNO_MODULE_IMPORT -DNO_KEYCHAIN_IMPORT'
4242
}

0 commit comments

Comments
 (0)