Adding Dynamic Framework target and updating umbrella header.
Showing
... | ... | @@ -9,9 +9,8 @@ Pod::Spec.new do |s| |
s.platform = :ios, '8.0' | ||
s.source = { :git => 'https://github.com/Shopify/mobile-buy-sdk-ios.git', :tag => s.version } | ||
s.source_files = 'Mobile Buy SDK/Mobile Buy SDK/**/*.{h,m,mm}' | ||
s.exclude_files = 'Mobile Buy SDK/Mobile Buy SDK/Buy.h' | ||
s.public_header_files = 'Mobile Buy SDK/Mobile Buy SDK/**/*.{h}' | ||
s.module_map = 'Mobile Buy SDK/Mobile Buy SDK/Buy.modulemap' | ||
s.module_name = 'Buy' | ||
s.frameworks = 'PassKit' | ||
s.libraries = 'c++' | ||
s.requires_arc = true | ||
... | ... |
Please
register
or
sign in
to comment