Skip to content

Commit

Permalink
Update podspec for Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
amerhukic committed May 4, 2019
1 parent 30cce6a commit 31560bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OrientationTracker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OrientationTracker'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'Track orientation changes even when the device is orientation-locked'

s.description = <<-DESC
Expand All @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.source_files = 'OrientationTracker/Classes/**/*'
s.frameworks = 'UIKit', 'CoreMotion'
s.swift_version = '4.2'
s.swift_version = '5.0'
end

0 comments on commit 31560bc

Please sign in to comment.