Commit 9534b62d by Rune Madsen

remove Bridging Header

parent 762e5353
...@@ -57,4 +57,3 @@ ...@@ -57,4 +57,3 @@
#import "BUYTaxLine.h" #import "BUYTaxLine.h"
#import "BUYTheme.h" #import "BUYTheme.h"
#import "BUYViewController.h" #import "BUYViewController.h"
#import "Buy-Bridging-Header.h"
...@@ -7,10 +7,10 @@ Pod::Spec.new do |s| ...@@ -7,10 +7,10 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' } s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Shopify Inc.' s.author = 'Shopify Inc.'
s.platform = :ios, '8.0' s.platform = :ios, '8.0'
s.source = { :git => 'https://github.com/Shopify/mobile-buy-sdk-ios.git', :tag => s.version } s.source = { :git => 'https://github.com/Shopify/mobile-buy-sdk-ios.git', :branch => 'runmad.dynamic-framework-cocoapods' }
s.source_files = 'Mobile Buy SDK/Mobile Buy SDK/**/*.{h,m,mm}' s.source_files = 'Mobile Buy SDK/Mobile Buy SDK/**/*.{h,m,mm}'
s.public_header_files = 'Mobile Buy SDK/Mobile Buy SDK/Buy.h' s.public_header_files = 'Mobile Buy SDK/Mobile Buy SDK/**/*.h'
s.exclude_files = 'Mobile Buy SDK/Mobile Buy SDK/Static Framework/*' s.exclude_files = 'Mobile Buy SDK/Mobile Buy SDK/Static Framework/*', 'Mobile Buy SDK/Mobile Buy SDK/Buy-Bridging-Header.h'
s.module_name = 'Buy' s.module_name = 'Buy'
s.frameworks = 'PassKit' s.frameworks = 'PassKit'
s.libraries = 'c++' s.libraries = 'c++'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment