[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 7 / 5 / MNGAds / 2.0.6 / MNGAds.podspec.json
blobe99578f85d6e99f69ae90e2f978b18b130ea86c6
2   "name": "MNGAds",
3   "version": "2.0.6",
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.6"
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       "frameworks": "JavaScriptCore",
92       "dependencies": {
93         "MNGAds/MNGAds": [
95         ]
96       }
97     },
98     {
99       "name": "Amazon",
100       "preserve_paths": "MNGAds/libMNGAmazonAdapter.a",
101       "libraries": "MNGAmazonAdapter",
102       "dependencies": {
103         "MNGAds/MNGAds": [
105         ]
106       }
107     },
108     {
109       "name": "Flurry",
110       "preserve_paths": "MNGAds/libMNGFlurryAdapter.a",
111       "libraries": "MNGFlurryAdapter",
112       "dependencies": {
113         "MNGAds/MNGAds": [
115         ],
116         "Flurry-iOS-SDK/FlurrySDK": [
117           "7.3.0"
118         ],
119         "Flurry-iOS-SDK/FlurryAds": [
120           "7.3.0"
121         ]
122       }
123     },
124     {
125       "name": "MNGAdsFull",
126       "dependencies": {
127         "MNGAds/MNGAds": [
129         ],
130         "MNGAds/Facebook": [
132         ],
133         "MNGAds/DFP": [
135         ],
136         "MNGAds/SmartAdsServer": [
138         ],
139         "MNGAds/LiveRail": [
141         ],
142         "MNGAds/Amazon": [
144         ],
145         "MNGAds/Flurry": [
147         ]
148       }
149     }
150   ]