We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea92951 commit f0931d1Copy full SHA for f0931d1
Deque.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = 'Deque'
4
- spec.version = '1.0.0'
+ spec.version = '1.1.0'
5
spec.osx.deployment_target = "10.9"
6
spec.ios.deployment_target = "8.0"
7
spec.tvos.deployment_target = "9.0"
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
10
spec.summary = 'Double-ended queue type in pure Swift'
11
spec.homepage = 'https://github.com/lorentey/Deque'
12
spec.author = 'Károly Lőrentey'
13
- spec.source = { :git => 'https://github.com/lorentey/Deque.git', :tag => 'v1.0.0' }
+ spec.source = { :git => 'https://github.com/lorentey/Deque.git', :tag => 'v1.1.0' }
14
spec.source_files = 'Sources/*.swift'
15
spec.social_media_url = 'https://twitter.com/lorentey'
16
end
0 commit comments