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

Commit

Permalink
rename podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tafelnl committed Mar 16, 2021
1 parent d0cb5fa commit 9922f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = 'DutchconceptsCapacitorBarcodeScanner'
s.name = 'CapacitorCommunityBarcodeScanner'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dist/",
"ios/",
"android/",
"DutchconceptsCapacitorBarcodeScanner.podspec"
"CapacitorCommunityBarcodeScanner.podspec"
],
"keywords": [
"capacitor",
Expand Down

0 comments on commit 9922f3e

Please sign in to comment.