Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dshalaby committed Nov 24, 2020
1 parent 91e51c3 commit d0ef29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TCMPTappy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'TCMPTappy'
s.version = '1.0.0'
s.version = '1.1.0'
s.summary = 'SDK for using TapTrack Tappy NFC Readers such as the TappyBLE.'

# This description is used to generate tags and improve search results.
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/TapTrack/TCMPTappy-iOS.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.swift_version = "4.2"

s.source_files = [
Expand Down

0 comments on commit d0ef29b

Please sign in to comment.