Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Remove deprecated .swift-version file and add swift-version to podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlisovyi committed Jul 2, 2020
1 parent a9c3d5f commit daf48c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

7 changes: 4 additions & 3 deletions PiedPiper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.author = { "Vittorio Monaco" => "[email protected]" }
s.source = { :git => "https://github.com/spring-media/PiedPiper.git", :tag => s.version.to_s }
s.swift_versions = '5.0'

s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.watchos.deployment_target = '3.0'
s.tvos.deployment_target = '10.0'
s.tvos.deployment_target = '10.0'

s.requires_arc = true

Expand Down

0 comments on commit daf48c1

Please sign in to comment.