Merge pull request #23 from Shopify/runmad.dynamic-framework-cocoapods
Dynamic framework, Cocoapods fixes, Carthage support, readmes
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = 'Mobile-Buy-SDK' | s.name = 'Mobile-Buy-SDK' | ||
s.version = '1.2.0' | s.version = '1.2.1' | ||
s.summary = 'Sell with Shopify in iOS apps' | s.summary = 'Sell with Shopify in iOS apps' | ||
s.description = 'Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using Apple Pay or their credit card.' | s.description = 'Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using Apple Pay or their credit card.' | ||
s.homepage = 'https://developers.shopify.com/mobile-buy-sdk' | s.homepage = 'https://developers.shopify.com/mobile-buy-sdk' | ||
... | @@ -9,9 +9,9 @@ Pod::Spec.new do |s| | ... | @@ -9,9 +9,9 @@ Pod::Spec.new do |s| |
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', :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.exclude_files = 'Mobile Buy SDK/Mobile Buy SDK/Buy.h' | 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.module_map = 'Mobile Buy SDK/Mobile Buy SDK/Buy.modulemap' | s.module_name = 'Buy' | ||
s.frameworks = 'PassKit' | s.frameworks = 'PassKit' | ||
s.libraries = 'c++' | s.libraries = 'c++' | ||
s.requires_arc = true | s.requires_arc = true | ||
... | ... |
Please
register
or
sign in
to comment