Skip to content

Instantly share code, notes, and snippets.

@yokomotod
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yokomotod/81cd9ff04aca3ecbf6cb to your computer and use it in GitHub Desktop.
Save yokomotod/81cd9ff04aca3ecbf6cb to your computer and use it in GitHub Desktop.
Google-Mobile-Ads-SDK-Podspec
{
"name": "Google-Mobile-Ads-SDK",
"version": "7.2.2",
"summary": "Monetize your mobile applications with Google ads",
"description": "The Google Mobile Ads SDK is the latest generation in Google mobile advertising featuring refined ad formats and streamlined APIs for access to mobile ad networks and advertising solutions.",
"homepage": "https://developers.google.com/mobile-ads-sdk/",
"license": {
"type": "Copyright",
"text": "Copyright 2011 Google Inc. All Rights Reserved."
},
"authors": "Google Inc.",
"platforms": {
"ios": "6.0"
},
"source": {
"http": "http://dl.google.com/googleadmobadssdk/googlemobileadssdkios-7.2.2.zip"
},
"preserve_paths": "GoogleMobileAdsSdkiOS-7.2.2",
"vendored_frameworks": "GoogleMobileAdsSdkiOS-7.2.2/GoogleMobileAds.framework",
"resources": "GoogleMobileAdsSdkiOS-7.2.2/GoogleMobileAds.framework",
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
},
"weak_frameworks": "AdSupport",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreMedia",
"CoreTelephony",
"EventKit",
"EventKitUI",
"MessageUI",
"StoreKit",
"SystemConfiguration"
],
"requires_arc": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment