Merge pull request #39 from Shopify/runmad.minor-framework-fix
Minor framework fix
Showing
37.1 KB
39.7 KB
52.4 KB
35.4 KB
37.1 KB
34.6 KB
35.7 KB
File deleted
File deleted
Mobile Buy SDK/Playground/Info.plist
deleted
100644 → 0
Mobile Buy SDK/Playground/main.m
deleted
100644 → 0
... | @@ -10,7 +10,7 @@ Pod::Spec.new do |s| | ... | @@ -10,7 +10,7 @@ Pod::Spec.new do |s| |
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', :tag => s.version } | ||
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/**/*.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/Buy.h' | ||
s.module_name = 'Buy' | s.module_name = 'Buy' | ||
s.frameworks = 'PassKit' | s.frameworks = 'PassKit' | ||
s.libraries = 'c++' | s.libraries = 'c++' | ||
... | ... |