Skip to content

Commit

Permalink
Fix podspec so it will work with other architectures
Browse files Browse the repository at this point in the history
See this old PR that was never merge into their sdk for some reason

AuthorizeNet#20
  • Loading branch information
kyle-ilantzis authored Mar 22, 2018
1 parent 3ccde2e commit 901b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AuthorizeNetAccept.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.4"

s.source = {:git => 'https://github.com/AuthorizeNet/accept-sdk-ios.git', :tag => s.version.to_s}
s.source_files = 'AcceptSDK/**/*'

s.requires_arc = true

s.module_name = 'AuthorizeNetAccept'
s.vendored_framework = 'AcceptSDK-Framework/AcceptSDK.framework'

end

0 comments on commit 901b214

Please sign in to comment.