blob: 00b54364593385e8d6dad0779c2e4a72159c1985 [file] [log] [blame]
{
"name": "Mobile-Buy-SDK",
"version": "3.6.0",
"summary": "Create custom Shopify storefront on iOS.",
"description": "Shopify’s Mobile Buy SDK makes it simple to create custom storefronts in your mobile app. Utitlizing the power and flexibility of GraphQL you can build native storefront experiences using the Shopify platform.",
"homepage": "https://github.com/Shopify/mobile-buy-sdk-ios",
"authors": "Shopify Inc.",
"module_name": "MobileBuySDK",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"watchos": "3.1",
"tvos": "9.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/Shopify/mobile-buy-sdk-ios.git",
"tag": "3.6.0",
"submodules": true
},
"source_files": [
"Buy/**/*.{h,m,c,swift}",
"Dependencies/Swift Gen/support/Sources/GraphQL.swift"
],
"ios": {
"source_files": "Pay/**/*.{swift}"
},
"watchos": {
"source_files": "Pay/**/*.{swift}"
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) COCOAPODS=1"
}
}