Skip to content

Commit

Permalink
MOB-628 #comment fixed type in repo source
Browse files Browse the repository at this point in the history
  • Loading branch information
shachartransmit committed Oct 25, 2023
1 parent 8fc65ad commit de99f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-ts-idv.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => "13.0" }
s.source = { :git => "hhttps://github.com/TransmitSecurity/react-native-ts-idv", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/TransmitSecurity/react-native-ts-idv", :tag => "#{s.version}" }

s.dependency 'IdentityVerification', '~> 1.0.6'
s.source_files = "ios/**/*.{h,m,mm,swift}"
Expand Down

0 comments on commit de99f28

Please sign in to comment.