Skip to content

Commit

Permalink
Wrong repository URL in podspec (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalski authored May 25, 2021
1 parent 68cadfd commit 2ec7f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-payments.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.license = pkg["license"]
s.homepage = pkg["homepage"]
s.author = pkg["author"]
s.source = { :git => pkg["repository"]["url"] }
s.source = { :git => pkg["repository"] }
s.source_files = 'ios/**/*.{h,m}'
s.platform = :ios, "8.0"
s.requires_arc = true
Expand Down

0 comments on commit 2ec7f2b

Please sign in to comment.