Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Nov 20, 2020
1 parent 898bc78 commit 5711a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified Xendit.framework/Xendit
Binary file not shown.
2 changes: 2 additions & 0 deletions Xendit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ Pod::Spec.new do |s|
s.platform = :ios, "11.0"
s.source = { :git => 'https://github.com/xendit/xendit-sdk-ios.git', :tag => s.version }
s.ios.vendored_frameworks = 'Xendit.framework'
s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit 5711a1b

Please sign in to comment.