[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 7 / 5 / MNGAds / 2.0.5 / MNGAds.podspec.json
blob1cca69f7a99739b88f21c63988a094a06f9a5725
2   "name": "MNGAds",
3   "version": "2.0.5",
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.5"
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": "MNGAds",
39   "subspecs": [
40     {
41       "name": "MNGAds",
42       "source_files": "MNGAds/**/*.h",
43       "preserve_paths": "MNGAds/libMngAds.a",
44       "libraries": "MngAds"
45     },
46     {
47       "name": "Facebook",
48       "preserve_paths": "MNGAds/libMNGAdsFacebookAdapter.a",
49       "libraries": "MNGAdsFacebookAdapter",
50       "dependencies": {
51         "FBAudienceNetwork": [
52           "4.9.1"
53         ],
54         "MNGAds/MNGAds": [
56         ]
57       }
58     },
59     {
60       "name": "DFP",
61       "preserve_paths": "MNGAds/libMNGAdsDFPAdapter.a",
62       "libraries": "MNGAdsDFPAdapter",
63       "dependencies": {
64         "MNGAds/MNGAds": [
66         ],
67         "Google-Mobile-Ads-SDK": [
68           "7.6.0"
69         ]
70       }
71     },
72     {
73       "name": "SmartAdsServer",
74       "preserve_paths": "MNGAds/libMNGAdsSASAdapter.a",
75       "libraries": "MNGAdsSASAdapter",
76       "dependencies": {
77         "MNGAds/MNGAds": [
79         ]
80       }
81     },
82     {
83       "name": "LiveRail",
84       "preserve_paths": "MNGAds/libMNGLiveRailAdapter.a",
85       "libraries": [
86         "z",
87         "c++",
88         "stdc++",
89         "MNGLiveRailAdapter"
90       ],
91       "dependencies": {
92         "MNGAds/MNGAds": [
94         ]
95       }
96     },
97     {
98       "name": "Amazon",
99       "preserve_paths": "MNGAds/libMNGAmazonAdapter.a",
100       "libraries": "MNGAmazonAdapter",
101       "dependencies": {
102         "MNGAds/MNGAds": [
104         ]
105       }
106     },
107     {
108       "name": "Flurry",
109       "preserve_paths": "MNGAds/libMNGFlurryAdapter.a",
110       "libraries": "MNGFlurryAdapter",
111       "dependencies": {
112         "MNGAds/MNGAds": [
114         ],
115         "Flurry-iOS-SDK/FlurrySDK": [
116           "7.3.0"
117         ],
118         "Flurry-iOS-SDK/FlurryAds": [
119           "7.3.0"
120         ]
121       }
122     },
123     {
124       "name": "MNGAdsFull",
125       "dependencies": {
126         "MNGAds/MNGAds": [
128         ],
129         "MNGAds/Facebook": [
131         ],
132         "MNGAds/DFP": [
134         ],
135         "MNGAds/SmartAdsServer": [
137         ],
138         "MNGAds/LiveRail": [
140         ],
141         "MNGAds/Amazon": [
143         ],
144         "MNGAds/Flurry": [
146         ]
147       }
148     }
149   ]