Merge pull request #61 from Shopify/develop
Version 1.2.2
Showing
Assets/Mobile_Buy_SDK_Github_banner.png
0 → 100644
22.1 KB
Assets/Product_View_Screenshot_1.png
0 → 100644
153 KB
Assets/Product_View_Screenshot_2.png
0 → 100644
165 KB
This diff is collapsed.
Click to expand it.
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
Pod::Spec.new do |s| | ||
s.name = 'Mobile-Buy-SDK' | ||
s.version = '1.2.1' | ||
s.version = '1.2.2' | ||
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.homepage = 'https://developers.shopify.com/mobile-buy-sdk' | ||
... | ... | @@ -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_files = 'Mobile Buy SDK/Mobile Buy SDK/**/*.{h,m,mm}' | ||
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.frameworks = 'PassKit' | ||
s.libraries = 'c++' | ||
... | ... |