blob: dfa1a7063c544d419e638124107e275d5cf2b834 [file] [log] [blame]
{
"name": "BVAdsSDK",
"version": "1.0.0",
"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.0"
},
"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": {
"AFNetworking": [
"~> 2.3"
],
"Google-Mobile-Ads-SDK": [
"~> 7.3.1"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Google-Mobile-Ads-SDK/GoogleMobileAdsSdkiOS-7.3.1\""
}
}