Skip to content

Commit 003c445

Browse files
committed
branch change master to main
1 parent c31e0cf commit 003c445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SwiftyBootpay.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Pod::Spec.new do |s|
2323
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
2424
s.license = { :type => 'MIT', :file => 'LICENSE' }
2525
s.author = { 'bootpay' => 'bootpay.co.kr@gmail.com' }
26-
s.source = { :git => 'https://github.com/bootpay/SwiftyBootpay.git', :tag => s.version.to_s }
26+
s.source = { :git => 'https://github.com/bootpay/SwiftyBootpay.git', :tag => s.version.to_s, :branch => 'main' }
2727

2828
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
2929

3030
s.ios.deployment_target = '10.0'
3131
s.swift_version = '4.2'
3232

33-
s.source_files = 'SwiftyBootpay/Classes/**/*'
33+
s.source_files = 'SwiftyBootpay/Classes/**/*'
3434

3535

3636
s.resource_bundles = {

0 commit comments

Comments
 (0)