blob: 47df8eb6b109488621e5b2f1811701c110153a2a [file] [log] [blame]
{
"name": "Mobile-Buy-SDK",
"version": "2.0.1",
"summary": "Sell with Shopify in iOS apps",
"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.",
"homepage": "https://developers.shopify.com/mobile-buy-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Shopify Inc.",
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"Buy": "Mobile Buy SDK/Mobile Buy SDK/Models/Mobile Buy SDK.xcdatamodeld"
},
"source": {
"git": "https://github.com/Shopify/mobile-buy-sdk-ios.git",
"tag": "2.0.1"
},
"source_files": "Mobile Buy SDK/Mobile Buy SDK/**/*.{h,m,mm}",
"public_header_files": [
"Mobile Buy SDK/Mobile Buy SDK/Buy.h",
"Mobile Buy SDK/Mobile Buy SDK/**/*.h"
],
"header_dir": "Buy",
"module_name": "Buy",
"weak_frameworks": "PassKit",
"libraries": "c++",
"requires_arc": true
}