[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 5 / MNGAds / 2.1 / MNGAds.podspec.json
blob5f54e29c98fb064abaacc0474e13a971abab7303
2   "name": "MNGAds",
3   "version": "2.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.1"
15   },
16   "platforms": {
17     "ios": "7.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.12.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.8.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.3.3"
90         ]
91       }
92     },
93     {
94       "name": "Amazon",
95       "preserve_paths": "MNGAds/libMNGAmazonAdapter.a",
96       "libraries": "MNGAmazonAdapter",
97       "dependencies": {
98         "MNGAds/MNGAdsStandalone": [
100         ]
101       }
102     },
103     {
104       "name": "Flurry",
105       "preserve_paths": "MNGAds/libMNGFlurryAdapter.a",
106       "libraries": "MNGFlurryAdapter",
107       "dependencies": {
108         "MNGAds/MNGAdsStandalone": [
110         ],
111         "Flurry-iOS-SDK/FlurrySDK": [
112           "7.6.4"
113         ],
114         "Flurry-iOS-SDK/FlurryAds": [
115           "7.6.4"
116         ]
117       }
118     },
119     {
120       "name": "MNGAdsFull",
121       "dependencies": {
122         "MNGAds/MNGAdsStandalone": [
124         ],
125         "MNGAds/Facebook": [
127         ],
128         "MNGAds/DFP": [
130         ],
131         "MNGAds/SmartAdServer": [
133         ],
134         "MNGAds/Amazon": [
136         ],
137         "MNGAds/Flurry": [
139         ]
140       }
141     }
142   ]