Created
March 11, 2015 20:01
-
-
Save jallen/d7b9adfda295f4cac514 to your computer and use it in GitHub Desktop.
mopub-ios-sdk 3.5 with Facebook subspec.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "mopub-ios-sdk", | |
| "version": "3.5.0", | |
| "summary": "The Official MoPub Client SDK allows developers to easily monetize their apps by showing banner, interstitial, and native ads.", | |
| "description": " MoPub is a hosted ad serving solution built specifically for mobile publishers.\n Grow your mobile advertising business with powerful ad management, optimization \n and reporting capabilities, and earn revenue by connecting to the world's largest \n mobile ad exchange. \n\n To learn more or sign up for an account, go to http://www.mopub.com. \n", | |
| "homepage": "https://github.com/mopub/mopub-ios-sdk", | |
| "license": { | |
| "type": "New BSD", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "MoPub": "[email protected]" | |
| }, | |
| "social_media_url": "http://twitter.com/mopub", | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/mopub/mopub-ios-sdk.git", | |
| "tag": "3.5.0" | |
| }, | |
| "frameworks": [ | |
| "CoreGraphics", | |
| "CoreLocation", | |
| "CoreTelephony", | |
| "EventKit", | |
| "EventKitUI", | |
| "Foundation", | |
| "MediaPlayer", | |
| "QuartzCore", | |
| "SystemConfiguration", | |
| "UIKit" | |
| ], | |
| "weak_frameworks": [ | |
| "AdSupport", | |
| "StoreKit" | |
| ], | |
| "requires_arc": true, | |
| "default_subspecs": "MoPubSDK", | |
| "subspecs": [ | |
| { | |
| "name": "MoPubSDK", | |
| "source_files": "MoPubSDK/**/*.{h,m}", | |
| "resources": "MoPubSDK/**/*.{png,bundle,xib,nib}" | |
| }, | |
| { | |
| "name": "iAd", | |
| "source_files": "AdNetworkSupport/iAd/*.{h,m}", | |
| "dependencies": { | |
| "mopub-ios-sdk/MoPubSDK": [ | |
| ] | |
| }, | |
| "frameworks": "iAd" | |
| }, | |
| { | |
| "name": "AdMob", | |
| "source_files": "AdNetworkSupport/GoogleAdMob/*.{h,m}", | |
| "dependencies": { | |
| "mopub-ios-sdk/MoPubSDK": [ | |
| ], | |
| "Google-Mobile-Ads-SDK": [ | |
| "6.12.2" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "Facebook", | |
| "source_files": "AdNetworkSupport/Facebook/*.{h,m}", | |
| "dependencies": { | |
| "mopub-ios-sdk/MoPubSDK": [ | |
| ], | |
| "Facebook-iOS-SDK": [ | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment