Skip to content
This repository was archived by the owner on Jun 25, 2021. It is now read-only.

Commit 9ad0fc3

Browse files
author
daniele
committed
Fixes for podspec platforms
1 parent af60dab commit 9ad0fc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ScrollingStackController.podspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Pod::Spec.new do |spec|
99
spec.source = { :git => 'https://github.com/malcommac/ScrollingStackController.git', :tag => "#{spec.version}" }
1010
spec.source_files = 'Sources/**/*.swift'
1111
spec.ios.deployment_target = '8.0'
12-
spec.watchos.deployment_target = '2.0'
13-
spec.osx.deployment_target = '10.10'
14-
spec.tvos.deployment_target = '9.0'
1512
spec.requires_arc = true
1613
spec.module_name = 'ScrollingStackController'
1714
end

0 commit comments

Comments
 (0)