[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 5 / MNGAds / 2.10 / MNGAds.podspec.json
blob01a3dba0610990acdfe913ca7b351dc4d35d0db6
2   "name": "MNGAds",
3   "version": "2.10",
4   "summary": "MNG Ads provides functionalities for monetizing your mobile application",
5   "description": "MNG Ads provides functionalities for monetizing your mobile application: from premium sales with reach media, video and innovative formats, it facilitates inserting native mobile ads as well all standard display formats. MngAds SDK is a library that allow you to handle the following Ads servers with the easy way :\nSmart adServer\nFacebook Audience Network\nappsfire\nGoogle DFP\nMng-perf\nAmazon\nFlurry",
6   "homepage": "https://bitbucket.org/mngcorp/mngads-demo-ios/wiki/Home",
7   "license": "Commercial",
8   "authors": {
9     "MOBILENETWORKGROUP": "http://www.mobilenetworkgroup.com",
10     "Technical Assistance": "admin@mng-ads.com"
11   },
12   "source": {
13     "http": "https://bitbucket.org/mngcorp/mngads-demo-ios/downloads/MNGAds-v2.10.zip"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/MNGAds/MNGAds\""
21   },
22   "frameworks": [
23     "CoreGraphics",
24     "QuartzCore",
25     "SystemConfiguration",
26     "MediaPlayer",
27     "CoreMotion",
28     "EventKitUI",
29     "EventKit",
30     "AdSupport",
31     "StoreKit",
32     "CoreLocation",
33     "Accelerate",
34     "CoreTelephony",
35     "MessageUI"
36   ],
37   "default_subspecs": "MNGAdsFull",
38   "subspecs": [
39     {
40       "name": "MNGAdsStandalone",
41       "source_files": "MNGAds/**/*.h",
42       "preserve_paths": "MNGAds/libMngAds.a",
43       "libraries": "MngAds"
44     },
45     {
46       "name": "AppsFire",
47       "dependencies": {
48         "MNGAds/MNGAdsStandalone": [
50         ]
51       }
52     },
53     {
54       "name": "Facebook",
55       "preserve_paths": "MNGAds/libMNGAdsFacebookAdapter.a",
56       "libraries": "MNGAdsFacebookAdapter",
57       "dependencies": {
58         "FBAudienceNetwork": [
59           "4.28.1"
60         ],
61         "MNGAds/MNGAdsStandalone": [
63         ]
64       }
65     },
66     {
67       "name": "DFP",
68       "preserve_paths": "MNGAds/libMNGAdsDFPAdapter.a",
69       "libraries": "MNGAdsDFPAdapter",
70       "dependencies": {
71         "MNGAds/MNGAdsStandalone": [
73         ],
74         "Google-Mobile-Ads-SDK": [
75           "7.30.0"
76         ]
77       }
78     },
79     {
80       "name": "SmartAdServer",
81       "preserve_paths": "MNGAds/libMNGAdsSASAdapter.a",
82       "libraries": "MNGAdsSASAdapter",
83       "dependencies": {
84         "MNGAds/MNGAdsStandalone": [
86         ],
87         "SmartAdServer-DisplaySDK": [
88           "6.9"
89         ]
90       }
91     },
92     {
93       "name": "Amazon",
94       "preserve_paths": "MNGAds/libMNGAmazonAdapter.a",
95       "libraries": "MNGAmazonAdapter",
96       "dependencies": {
97         "AmazonAd": [
98           "2.2.15.1"
99         ],
100         "MNGAds/MNGAdsStandalone": [
102         ]
103       }
104     },
105     {
106       "name": "Flurry",
107       "preserve_paths": "MNGAds/libMNGFlurryAdapter.a",
108       "libraries": "MNGFlurryAdapter",
109       "dependencies": {
110         "MNGAds/MNGAdsStandalone": [
112         ],
113         "Flurry-iOS-SDK/FlurrySDK": [
114           "8.6.0"
115         ],
116         "Flurry-iOS-SDK/FlurryAds": [
117           "8.6.0"
118         ]
119       }
120     },
121     {
122       "name": "MoPub",
123       "preserve_paths": "MNGAds/libMAdvertiseMoPubAdapter.a",
124       "libraries": "MAdvertiseMoPubAdapter",
125       "dependencies": {
126         "mopub-ios-sdk": [
127           "4.20.1"
128         ],
129         "MNGAds/MNGAdsStandalone": [
131         ]
132       }
133     },
134     {
135       "name": "AdColony",
136       "preserve_paths": "MNGAds/libMAdvertiseAdColonyAdapter.a",
137       "libraries": "MAdvertiseAdColonyAdapter",
138       "dependencies": {
139         "AdColony": [
140           "3.3.0"
141         ],
142         "MNGAds/MNGAdsStandalone": [
144         ]
145       }
146     },
147     {
148       "name": "B4S",
149       "preserve_paths": "MNGAds/libMAdvertiseB4SAdapter.a",
150       "libraries": "MAdvertiseB4SAdapter",
151       "dependencies": {
152         "BeaconForStoreSDK": [
153           "2.2.14"
154         ],
155         "MNGAds/MNGAdsStandalone": [
157         ]
158       }
159     },
160     {
161       "name": "Vectaury",
162       "preserve_paths": "MNGAds/libMAdvertiseVectauryAdapter.a",
163       "libraries": "MAdvertiseVectauryAdapter",
164       "dependencies": {
165         "Vectaury": [
166           "1.5.2"
167         ],
168         "MNGAds/MNGAdsStandalone": [
170         ]
171       }
172     },
173     {
174       "name": "MNGAdsFull",
175       "dependencies": {
176         "MNGAds/MNGAdsStandalone": [
178         ],
179         "MNGAds/Facebook": [
181         ],
182         "MNGAds/DFP": [
184         ],
185         "MNGAds/SmartAdServer": [
187         ],
188         "MNGAds/Amazon": [
190         ],
191         "MNGAds/Flurry": [
193         ],
194         "MNGAds/MoPub": [
196         ],
197         "MNGAds/AdColony": [
199         ]
200       }
201     }
202   ]