Mobile-Buy-SDK.podspec 1.04 KB
Newer Older
1 2
Pod::Spec.new do |s|
  s.name         = 'Mobile-Buy-SDK'
3
  s.version      = '2.0.0'
4 5 6 7 8 9
  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'
  s.license      = { :type => 'MIT', :file => 'LICENSE' }
  s.author       = 'Shopify Inc.'
  s.platform     = :ios, '8.0'
10
  s.resource_bundles = { 'Buy' => 'Mobile Buy SDK/Mobile Buy SDK/Models/Mobile Buy SDK.xcdatamodeld' }
11
  s.source       = { :git => 'https://github.com/Shopify/mobile-buy-sdk-ios.git', :tag => s.version }
12
  s.source_files = 'Mobile Buy SDK/Mobile Buy SDK/**/*.{h,m,mm}'
13
  s.public_header_files = 'Mobile Buy SDK/Mobile Buy SDK/Buy.h', 'Mobile Buy SDK/Mobile Buy SDK/**/*.h'
14 15
  s.header_dir   = 'Buy'
  s.module_name  = 'Buy'
16 17 18
  s.libraries    = 'c++'
  s.requires_arc = true
end