blob: 2ef3c9f87459bf7ab114c886f7c1673a43bd4e62 [file] [log] [blame]
{
"name": "BVAdsSDK",
"version": "1.0.4",
"summary": "BVAdsSDK allows use of Bazaarvoice's powerful shopper segment data with Google Mobile Ads.",
"homepage": "http://developer.bazaarvoice.com",
"license": {
"type": "Commercial",
"text": "See license information at https://github.com/bazaarvoice/bv-ios-ads-sdk"
},
"authors": {
"Bazaarvoice": "support@bazaarvoice.com"
},
"source": {
"git": "https://github.com/bazaarvoice/bv-ios-ads-sdk.git",
"tag": "1.0.4"
},
"social_media_url": "https://twitter.com/bazaarvoice",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BVAdsSDK": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Google-Mobile-Ads-SDK": [
"7.5.2"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Google-Mobile-Ads-SDK/GoogleMobileAdsSdkiOS-7.5.2\""
}
}