Skip to content

Commit

Permalink
fix: change pod name
Browse files Browse the repository at this point in the history
  • Loading branch information
youjmen committed Oct 8, 2024
1 parent 950cf4c commit 8c8efe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iamport-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#

Pod::Spec.new do |s|
s.name = 'iamport-ios'
s.name = 'IamportIos'
s.version = '1.4.4'
s.summary = 'iamport-ios will help develop for your iOS App payments'

Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/iamport/iamport-ios'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'bingbong' => 'bingbong@chai.finance' }
s.author = { 'holden' => 'holden@chai.finance' }
s.source = { :git => 'https://github.com/iamport/iamport-ios.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

Expand Down

0 comments on commit 8c8efe9

Please sign in to comment.