8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7115aa7 commit 66d41e9Copy full SHA for 66d41e9
SwiftPriorityQueue.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftPriorityQueue'
3
- s.version = '1.0.1'
+ s.version = '1.0.2'
4
s.license = 'MIT'
5
s.summary = 'A Generic Priority Queue in Pure Swift'
6
s.homepage = 'https://github.com/davecom/SwiftPriorityQueue'
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
9
s.source = { :git => 'https://github.com/davecom/SwiftPriorityQueue.git', :tag => s.version }
10
s.ios.deployment_target = '8.0'
11
s.osx.deployment_target = '10.9'
12
+ s.tvos.deployment_target = '9.0'
13
s.source_files = 'SwiftPriorityQueue/SwiftPriorityQueue.swift'
14
s.requires_arc = true
15
end
0 commit comments