Skip to content

Commit

Permalink
Remove .swift-version, add s.swift_version to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Nov 15, 2018
1 parent a9f2a77 commit a50fffe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

2 changes: 1 addition & 1 deletion SwiftyStoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'

s.swift_version = '4.2'
s.source = { :git => "https://github.com/bizz84/SwiftyStoreKit.git", :tag => s.version }

s.source_files = 'SwiftyStoreKit/*.{swift}'
Expand Down

0 comments on commit a50fffe

Please sign in to comment.