Skip to content

Commit 901b214

Browse files
Fix podspec so it will work with other architectures
See this old PR that was never merge into their sdk for some reason AuthorizeNet#20
1 parent 3ccde2e commit 901b214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AuthorizeNetAccept.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Pod::Spec.new do |s|
1818
s.platform = :ios, "8.4"
1919

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

2223
s.requires_arc = true
2324

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

2727
end
2828

0 commit comments

Comments
 (0)