Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zydeco committed Jan 27, 2019
1 parent aaa3279 commit 7674299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SteamController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SteamController'
s.version = '1.0.1'
s.version = '1.0.3'
s.summary = 'Support Steam Controller in BLE mode.'
s.description = <<-DESC
Drop-in support for Steam Controllers in iOS/tvOS games.
Expand All @@ -13,6 +13,7 @@ Drop-in support for Steam Controllers in iOS/tvOS games.
s.social_media_url = 'https://twitter.com/maczydeco'

s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'

s.source_files = 'SteamController/*'
s.public_header_files = 'SteamController/*.h'
Expand Down

0 comments on commit 7674299

Please sign in to comment.