Skip to content

Commit

Permalink
chore: set minimum CocoaPods version to 1.13.0 to avoid issues with s…
Browse files Browse the repository at this point in the history
…igning framework bundles and for future visionOS support (see CocoaPods/CocoaPods#11402 . Thanks AlamoFire )
  • Loading branch information
DaveWoodCom committed May 5, 2024
1 parent e5b4c4a commit 0799459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ObjcExceptionBridging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pod::Spec.new do |spec|
spec.social_media_url = 'https://mastodon.social/@davewoodx'
spec.platforms = { :ios => '12.0', :watchos => '4.0', :tvos => '12.0', :osx => '10.13' }
spec.requires_arc = true
spec.cocoapods_version = '>= 1.13.0'

spec.source = { :git => 'https://github.com/DaveWoodCom/XCGLogger.git', :tag => '#{spec.version}' }

Expand Down
1 change: 1 addition & 0 deletions XCGLogger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
spec.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
spec.swift_version = '5.0'
spec.cocoapods_version = '>= 1.13.0'

spec.source = { :git => 'https://github.com/DaveWoodCom/XCGLogger.git', :tag => "#{spec.version}" }

Expand Down

0 comments on commit 0799459

Please sign in to comment.