Skip to content

Commit a50fffe

Browse files
committed
Remove .swift-version, add s.swift_version to podspec
1 parent a9f2a77 commit a50fffe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

SwiftyStoreKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.ios.deployment_target = '8.0'
99
s.osx.deployment_target = '10.10'
1010
s.tvos.deployment_target = '9.0'
11-
11+
s.swift_version = '4.2'
1212
s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }
1313

1414
s.source_files = 'SwiftyStoreKit/*.{swift}'

0 commit comments

Comments
 (0)