[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 5 / MNGAds / 2.0.7 / MNGAds.podspec.json
blobc15e987a8f7617cfcb5cf3c3d5d5f418eaf72fe7
2   "name": "MNGAds",
3   "version": "2.0.7",
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 ads server\nFacebook Audience Network\nappsfire\nGoogle DFP\nMng-perf\nAppNexus",
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.0.7"
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.10.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.6.0"
77         ]
78       }
79     },
80     {
81       "name": "SmartAdsServer",
82       "preserve_paths": "MNGAds/libMNGAdsSASAdapter.a",
83       "libraries": "MNGAdsSASAdapter",
84       "dependencies": {
85         "MNGAds/MNGAdsStandalone": [
87         ]
88       }
89     },
90     {
91       "name": "LiveRail",
92       "preserve_paths": "MNGAds/libMNGLiveRailAdapter.a",
93       "libraries": [
94         "z",
95         "c++",
96         "stdc++",
97         "MNGLiveRailAdapter"
98       ],
99       "frameworks": "JavaScriptCore",
100       "dependencies": {
101         "MNGAds/MNGAdsStandalone": [
103         ]
104       }
105     },
106     {
107       "name": "Amazon",
108       "preserve_paths": "MNGAds/libMNGAmazonAdapter.a",
109       "libraries": "MNGAmazonAdapter",
110       "dependencies": {
111         "MNGAds/MNGAdsStandalone": [
113         ]
114       }
115     },
116     {
117       "name": "Flurry",
118       "preserve_paths": "MNGAds/libMNGFlurryAdapter.a",
119       "libraries": "MNGFlurryAdapter",
120       "dependencies": {
121         "MNGAds/MNGAdsStandalone": [
123         ],
124         "Flurry-iOS-SDK/FlurrySDK": [
125           "7.3.0"
126         ],
127         "Flurry-iOS-SDK/FlurryAds": [
128           "7.3.0"
129         ]
130       }
131     },
132     {
133       "name": "MNGAdsFull",
134       "dependencies": {
135         "MNGAds/MNGAdsStandalone": [
137         ],
138         "MNGAds/Facebook": [
140         ],
141         "MNGAds/DFP": [
143         ],
144         "MNGAds/SmartAdsServer": [
146         ],
147         "MNGAds/LiveRail": [
149         ],
150         "MNGAds/Amazon": [
152         ],
153         "MNGAds/Flurry": [
155         ]
156       }
157     }
158   ]