Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 398f054

Browse files
committed
Add swift_version to podspec
1 parent d704e0b commit 398f054

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.swift-version

-1
This file was deleted.

R.swift.Library.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Pod::Spec.new do |spec|
1717

1818
spec.requires_arc = true
1919
spec.source = { :git => "https://github.com/mac-cain13/R.swift.Library.git", :tag => "v#{spec.version}" }
20+
spec.swift_version = "5.1"
2021

2122
spec.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
2223

0 commit comments

Comments
 (0)