[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 5 / MNGAds / 2.5.1 / MNGAds.podspec.json
blob1de43d17bb653061ab30cb3d3befe69f2ff5d82b
2   "name": "MNGAds",
3   "version": "2.5.1",
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     "git": "https://bitbucket.org/mngcorp/mngads-demo-ios.git",
14     "tag": "v2.5.1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "xcconfig": {
21     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/MNGAds/MNGAds\""
22   },
23   "frameworks": [
24     "CoreGraphics",
25     "QuartzCore",
26     "SystemConfiguration",
27     "MediaPlayer",
28     "CoreMotion",
29     "EventKitUI",
30     "EventKit",
31     "AdSupport",
32     "StoreKit",
33     "CoreLocation",
34     "Accelerate",
35     "CoreTelephony",
36     "MessageUI"
37   ],
38   "default_subspecs": "MNGAdsFull",
39   "subspecs": [
40     {
41       "name": "MNGAdsStandalone",
42       "source_files": "MNGAds/**/*.h",
43       "preserve_paths": "MNGAds/libMngAds.a",
44       "libraries": "MngAds"
45     },
46     {
47       "name": "AppsFire",
48       "dependencies": {
49         "MNGAds/MNGAdsStandalone": [
51         ]
52       }
53     },
54     {
55       "name": "Facebook",
56       "preserve_paths": "MNGAds/libMNGAdsFacebookAdapter.a",
57       "libraries": "MNGAdsFacebookAdapter",
58       "dependencies": {
59         "FBAudienceNetwork": [
60           "4.22.0"
61         ],
62         "MNGAds/MNGAdsStandalone": [
64         ]
65       }
66     },
67     {
68       "name": "DFP",
69       "preserve_paths": "MNGAds/libMNGAdsDFPAdapter.a",
70       "libraries": "MNGAdsDFPAdapter",
71       "dependencies": {
72         "MNGAds/MNGAdsStandalone": [
74         ],
75         "Google-Mobile-Ads-SDK": [
76           "7.19.1"
77         ]
78       }
79     },
80     {
81       "name": "SmartAdServer",
82       "preserve_paths": "MNGAds/libMNGAdsSASAdapter.a",
83       "libraries": "MNGAdsSASAdapter",
84       "dependencies": {
85         "MNGAds/MNGAdsStandalone": [
87         ],
88         "SmartAdServer-DisplaySDK": [
89           "6.6.2"
90         ]
91       }
92     },
93     {
94       "name": "Amazon",
95       "preserve_paths": "MNGAds/libMNGAmazonAdapter.a",
96       "libraries": "MNGAmazonAdapter",
97       "dependencies": {
98         "AmazonAd": [
99           "2.2.15"
100         ],
101         "MNGAds/MNGAdsStandalone": [
103         ]
104       }
105     },
106     {
107       "name": "Flurry",
108       "preserve_paths": "MNGAds/libMNGFlurryAdapter.a",
109       "libraries": "MNGFlurryAdapter",
110       "dependencies": {
111         "MNGAds/MNGAdsStandalone": [
113         ],
114         "Flurry-iOS-SDK/FlurrySDK": [
115           "7.10.0"
116         ],
117         "Flurry-iOS-SDK/FlurryAds": [
118           "7.10.0"
119         ]
120       }
121     },
122     {
123       "name": "B4S",
124       "preserve_paths": "MNGAds/libMAdvertiseB4SAdapter.a",
125       "libraries": "MAdvertiseB4SAdapter",
126       "dependencies": {
127         "BeaconForStoreSDK": [
128           "2.2.2"
129         ],
130         "MNGAds/MNGAdsStandalone": [
132         ]
133       }
134     },
135     {
136       "name": "MNGAdsFull",
137       "dependencies": {
138         "MNGAds/MNGAdsStandalone": [
140         ],
141         "MNGAds/Facebook": [
143         ],
144         "MNGAds/DFP": [
146         ],
147         "MNGAds/SmartAdServer": [
149         ],
150         "MNGAds/Amazon": [
152         ],
153         "MNGAds/Flurry": [
155         ],
156         "MNGAds/B4S": [
158         ]
159       }
160     }
161   ]