blob: e2bdce2ff9a1d43217c5511bc4dcb401f2d20797 [file] [log] [blame]
{
"name": "WalmartOpenApi",
"version": "1.1.0",
"summary": "Walmart Open API SDK for iOS",
"description": "Walmart is the world's largest retailer, and the Walmart Open API provides\naccess to our extensive product catalog, thus enabling digital distribution\npartners to earn substantial affiliate revenues from customer referrals.",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"homepage": "https://developer.walmartlabs.com/",
"license": "Private",
"source": {
"http": "https://affiliates.walmart.com/linksharepromo/assets/WalmartOpenApi-1.1.0.zip"
},
"authors": {
"@WalmartLabs": "affilops@wal-mart.com"
},
"preserve_paths": [
"WalmartOpenApi.framework",
"docs"
],
"ios": {
"frameworks": [
"Foundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreGraphics",
"Security"
],
"vendored_frameworks": "WalmartOpenApi.framework"
},
"dependencies": {
"AFNetworking": [
"~> 3"
],
"JSONModel": [
"~> 1.2"
],
"ISO8601": [
"~> 0.5"
]
}
}