Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
🐛 fix: incorrect podspec (#4)
Browse files Browse the repository at this point in the history
* Update CapacitorBarcodeScanner.podspec

* Rename CapacitorBarcodeScanner.podspec to DutchconceptsCapacitorBarcodeScanner.podspec

Co-authored-by: Masahiko Sakakibara <[email protected]>
  • Loading branch information
tafelnl and rdlabo authored Dec 10, 2020
1 parent f5407ea commit 7eb1606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))

Pod::Spec.new do |s|
s.name = 'CapacitorBarcodeScanner'
s.name = 'DutchconceptsCapacitorBarcodeScanner'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down

0 comments on commit 7eb1606

Please sign in to comment.