blob: f9318ac6d4cbc4e1df4579761aabaa1558f5cd24 [file] [log] [blame]
{
"name": "WalmartBuynowSDK",
"version": "1.0.3-beta",
"summary": "Walmart Buynow SDK Kit for iOS",
"description": "Walmart Buynow SDK is designed to let you drive sales right in your app or on your website. SDK components like BuyNow button can be placed next to a product offering on the website or in a mobile application and it can be configured to directly add the product to the cart on Walmart.com.s the world's largest retailer, and the Walmart Open API provides",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"homepage": "https://affiliates.walmart.com/#!/mobilesdk",
"license": "Private",
"source": {
"git": "https://gecgithub01.walmart.com/labs-affiliates/WalmartSDKKit-iOS-Source.git",
"tag": "1.0.3-beta"
},
"authors": {
"@WalmartLabs": "affiliates@walmart.com"
},
"source_files": [
"WalmartBuynowSDK",
"WalmartBuynowSDK/**/*.{h,m}"
],
"public_header_files": [
"WalmartBuynowSDK/**/public/**/*.h",
"WalmartBuynowSDK/WalmartBuynowSDK.h"
],
"resources": "WalmartBuynowSDK/Resources/WMTSDKMedia.xcassets",
"module_map": "WalmartBuynowSDK/module.modulemap",
"dependencies": {
"WalmartOpenApi": [
"~> 1"
]
}
}