Skip to content

Commit 0979f92

Browse files
authored
Merge pull request #4 from nnsnodnb/update
Update
2 parents 294edfc + c6ceaf2 commit 0979f92

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,10 @@ GEM
8888
zeitwerk (2.5.4)
8989

9090
PLATFORMS
91-
x86_64-darwin-19
92-
x86_64-linux
91+
ruby
9392

9493
DEPENDENCIES
9594
cocoapods
9695

9796
BUNDLED WITH
98-
2.2.25
97+
2.2.28

MultipleImageView.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ Pod::Spec.new do |spec|
1414
spec.source = { :git => "https://github.com/nnsnodnb/#{spec.name}.git", :tag => "#{spec.version}" }
1515
spec.source_files = "#{spec.name}", "#{spec.name}/*.{h,swift}"
1616
spec.public_header_files = "#{spec.name}/#{spec.name}.h"
17+
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
18+
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
1719
end

0 commit comments

Comments
 (0)