Skip to content

Commit

Permalink
Merge pull request #93 from hans00/master
Browse files Browse the repository at this point in the history
Add support tvOS
  • Loading branch information
KamilNatonek authored Oct 3, 2023
2 parents 1f509dd + f8aa922 commit f073176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MultiplatformBleAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Pod::Spec.new do |spec|
spec.author = { "Pawel Scibek" => "[email protected]", "Tomasz Bogusz" => "[email protected]", "Przemyslaw Lenart" => "[email protected]" }
spec.social_media_url = "https://twitter.com/polidea"

spec.platform = :ios
spec.ios.deployment_target = "11.0"
spec.platforms = { :ios => '11.0', :tvos => '11.0' }

spec.swift_versions = ['4.0', '4.2', '5.0']
spec.source = { :git => "https://github.com/Polidea/MultiPlatformBleAdapter.git", :tag => "#{spec.version}" }

Expand Down

0 comments on commit f073176

Please sign in to comment.