forked from minima/mopub-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmopub-ios-sdk.podspec.json
More file actions
64 lines (63 loc) · 1.92 KB
/
Copy pathmopub-ios-sdk.podspec.json
File metadata and controls
64 lines (63 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mopub-ios-sdk",
"module_name": "MoPub",
"version": "4.9.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": "support@mopub.com"
},
"social_media_url": "http://twitter.com/mopub",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mopub/mopub-ios-sdk.git",
"tag": "4.9.0"
},
"frameworks": [
"CoreGraphics",
"CoreLocation",
"CoreMedia",
"CoreTelephony",
"Foundation",
"MediaPlayer",
"QuartzCore",
"SystemConfiguration",
"UIKit"
],
"weak_frameworks": [
"AdSupport",
"StoreKit",
"WebKit"
],
"requires_arc": true,
"default_subspecs": "MoPubSDK",
"subspecs": [
{
"name": "MoPubSDK",
"source_files": "MoPubSDK/**/*.{h,m}",
"resources": "MoPubSDK/**/*.{png,bundle,xib,nib}",
"private_header_files":"MoPubSDK/Internal/Fabric/*.{h,m}"
},
{
"name": "AdMob",
"source_files": "AdNetworkSupport/GoogleAdMob/*.{h,m}",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
],
"Google-Mobile-Ads-SDK": [
"7.1.0"
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/Google-Mobile-Ads-SDK/GoogleMobileAdsSdkiOS-7.1.0\""
}
}
]
}