[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / 5 / MNGAds / 2.2 / MNGAds.podspec.json
blob13293a239227362130f7d2a4301ea06373cda30d
2   "name": "MNGAds",
3   "version": "2.2",
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.2"
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.13.1"
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.10.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.4"
90         ]
91       }
92     },
93     {
94       "name": "Amazon",
95       "preserve_paths": "MNGAds/libMNGAmazonAdapter.a",
96       "libraries": "MNGAmazonAdapter",
97       "dependencies": {
98         "AmazonAd": [
99           "2.2.14"
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.6.6"
116         ],
117         "Flurry-iOS-SDK/FlurryAds": [
118           "7.6.6"
119         ]
120       }
121     },
122     {
123       "name": "MNGAdsFull",
124       "dependencies": {
125         "MNGAds/MNGAdsStandalone": [
127         ],
128         "MNGAds/Facebook": [
130         ],
131         "MNGAds/DFP": [
133         ],
134         "MNGAds/SmartAdServer": [
136         ],
137         "MNGAds/Amazon": [
139         ],
140         "MNGAds/Flurry": [
142         ]
143       }
144     }
145   ]