Skip to content

Commit

Permalink
feat: rename podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
WcaleNieWolny committed Feb 4, 2025
1 parent 3d80102 commit 0c65caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ricoh360Camera.podspec → CapgoRicoh360.podspec
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 = 'Ricoh360Camera'
s.name = 'CapgoRicoh360'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down

0 comments on commit 0c65caa

Please sign in to comment.