Skip to content

Commit 8c5c554

Browse files
author
Stanislavs Petkevics
committed
Updated podspec
1 parent 987b1b4 commit 8c5c554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BidstackCustomAdapterIronSource.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
spec.platform = :ios, "11.0"
1717
spec.swift_version = '5.0'
1818

19-
spec.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphoneos*]' => 'arm64', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64 arm64', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386 armv7' }
19+
spec.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphoneos*]' => 'arm64', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64 arm64', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
2020

2121
spec.source = { :git => "https://github.com/bidstack-group/BidstackCustomAdapterIronSource-IOS.git", :tag => "v#{spec.version}" }
2222

0 commit comments

Comments
 (0)