File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
22Pod ::Spec . new do |spec |
33 spec . name = 'Deque'
4- spec . version = '1.1 .0'
4+ spec . version = '1.2 .0'
55 spec . osx . deployment_target = "10.9"
66 spec . ios . deployment_target = "8.0"
77 spec . tvos . deployment_target = "9.0"
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
1010 spec . summary = 'Double-ended queue type in pure Swift'
1111 spec . homepage = 'https://github.com/lorentey/Deque'
1212 spec . author = 'Károly Lőrentey'
13- spec . source = { :git => 'https://github.com/lorentey/Deque.git' , :tag => 'v1.1 .0' }
13+ spec . source = { :git => 'https://github.com/lorentey/Deque.git' , :tag => 'v1.2 .0' }
1414 spec . source_files = 'Sources/*.swift'
1515 spec . social_media_url = 'https://twitter.com/lorentey'
1616end
Original file line number Diff line number Diff line change 11// Increment the build number whenever you modify the version string.
2- VERSION_STRING = 1.1 .0
2+ VERSION_STRING = 1.2 .0
33BUILD_NUMBER = 101
You can’t perform that action at this time.
0 commit comments