Skip to content

Commit

Permalink
Update OMJoystick.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tichise committed Sep 10, 2020
1 parent 4b60386 commit ecd1373
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions OMJoystick.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OMJoystick'
s.version = '0.5.2'
s.version = '0.5.3'
s.swift_versions = '5.0'
s.license = 'MIT'
s.summary = 'This is the Joystick UI library for SwiftUI.'
Expand All @@ -9,8 +9,7 @@ Pod::Spec.new do |s|
s.author = "Takuya Ichise"
s.source = { :git => 'https://github.com/tichise/OMJoystick.git', :tag => s.version }

s.ios.deployment_target = '11.0'
s.watchos.deployment_target = "4.0"
s.ios.deployment_target = '13.0'

s.source_files = 'Sources/*.swift'
s.requires_arc = true
Expand Down

0 comments on commit ecd1373

Please sign in to comment.