[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 5 / a / AdCel / 1.5.36 / AdCel.podspec.json
blobffd0f79f3c1df7492b416e3b8d3a6ea1b07482e4
2   "name": "AdCel",
3   "version": "1.5.36",
4   "platforms": {
5     "ios": "10.0"
6   },
7   "summary": "AdCel - Real Time Mediation",
8   "description": "AdCel - Real Time Mediation.",
9   "homepage": "https://adcel.co",
10   "authors": {
11     "AdCel": "support@adcel.co"
12   },
13   "license": {
14     "type": "Copyright",
15     "text": "Copyright 2016 AdCel. All Rights Reserved."
16   },
17   "source": {
18     "http": "https://s3.adcel.co/adcel-sdk/AdCel_1.5.36.zip"
19   },
20   "preserve_paths": [
21     "*.md",
22     "*.a"
23   ],
24   "requires_arc": true,
25   "swift_versions": "5.0",
26   "default_subspecs": [
27     "Interstitial",
28     "Image",
29     "Video",
30     "Reward",
31     "Banner"
32   ],
33   "subspecs": [
34     {
35       "name": "Interstitial",
36       "dependencies": {
37         "AdCel/AdColony": [
39         ],
40         "AdCel/Applovin": [
42         ],
43         "AdCel/AmazonAd": [
45         ],
46         "AdCel/MyTarget": [
48         ],
49         "AdCel/MoPub": [
51         ],
52         "AdCel/Smaato": [
54         ],
55         "AdCel/StartApp": [
57         ],
58         "AdCel/Tapjoy": [
60         ],
61         "AdCel/Unity": [
63         ],
64         "AdCel/Vungle": [
66         ],
67         "AdCel/Inhouse": [
69         ],
70         "AdCel/Pangle": [
72         ],
73         "AdCel/Criteo": [
75         ]
76       }
77     },
78     {
79       "name": "Image",
80       "dependencies": {
81         "AdCel/AmazonAd": [
83         ],
84         "AdCel/MyTarget": [
86         ],
87         "AdCel/Smaato": [
89         ],
90         "AdCel/StartApp": [
92         ],
93         "AdCel/Inhouse": [
95         ]
96       }
97     },
98     {
99       "name": "Video",
100       "dependencies": {
101         "AdCel/AdColony": [
103         ],
104         "AdCel/Applovin": [
106         ],
107         "AdCel/MyTarget": [
109         ],
110         "AdCel/Smaato": [
112         ],
113         "AdCel/StartApp": [
115         ],
116         "AdCel/Tapjoy": [
118         ],
119         "AdCel/Unity": [
121         ],
122         "AdCel/Vungle": [
124         ],
125         "AdCel/Inhouse": [
127         ],
128         "AdCel/Pangle": [
130         ]
131       }
132     },
133     {
134       "name": "Reward",
135       "dependencies": {
136         "AdCel/AdColony": [
138         ],
139         "AdCel/Applovin": [
141         ],
142         "AdCel/MyTarget": [
144         ],
145         "AdCel/MoPub": [
147         ],
148         "AdCel/Supersonic": [
150         ],
151         "AdCel/StartApp": [
153         ],
154         "AdCel/Tapjoy": [
156         ],
157         "AdCel/Vungle": [
159         ],
160         "AdCel/Unity": [
162         ],
163         "AdCel/Inhouse": [
165         ],
166         "AdCel/Pangle": [
168         ]
169       }
170     },
171     {
172       "name": "Banner",
173       "dependencies": {
174         "AdCel/AdColony": [
176         ],
177         "AdCel/Applovin": [
179         ],
180         "AdCel/AmazonAd": [
182         ],
183         "AdCel/MyTarget": [
185         ],
186         "AdCel/MoPub": [
188         ],
189         "AdCel/Smaato": [
191         ],
192         "AdCel/StartApp": [
194         ],
195         "AdCel/Inhouse": [
197         ],
198         "AdCel/Criteo": [
200         ],
201         "AdCel/Vungle": [
203         ],
204         "AdCel/Unity": [
206         ],
207         "AdCel/Pangle": [
209         ]
210       }
211     },
212     {
213       "name": "Core",
214       "preserve_paths": "PlistAdditions.plist",
215       "source_files": "*.{h,swift}",
216       "public_header_files": "*.h",
217       "vendored_libraries": [
218         "libAdCelCore.a",
219         "libProviderTest.a"
220       ],
221       "frameworks": [
222         "Foundation",
223         "UIKit",
224         "AdSupport",
225         "CoreData",
226         "SystemConfiguration"
227       ],
228       "weak_frameworks": [
229         "AppTrackingTransparency"
230       ],
231       "pod_target_xcconfig": {
232         "OTHER_LDFLAGS": "-lObjC",
233         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
234       },
235       "user_target_xcconfig": {
236         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
237       }
238     },
239     {
240       "name": "AdColony",
241       "vendored_libraries": "libProviderAdColony.a",
242       "frameworks": [
243         "AVFoundation",
244         "AdSupport",
245         "AudioToolbox",
246         "CFNetwork",
247         "CoreFoundation",
248         "CoreGraphics",
249         "CoreMedia",
250         "CoreTelephony",
251         "JavaScriptCore",
252         "MessageUI",
253         "SafariServices",
254         "Social",
255         "StoreKit",
256         "SystemConfiguration",
257         "WatchConnectivity",
258         "WebKit"
259       ],
260       "weak_frameworks": [
261         "AppTrackingTransparency",
262         "CoreServices"
263       ],
264       "libraries": [
265         "sqlite3",
266         "z"
267       ],
268       "pod_target_xcconfig": {
269         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
270       },
271       "user_target_xcconfig": {
272         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
273       },
274       "dependencies": {
275         "AdCel/Core": [
277         ]
278       }
279     },
280     {
281       "name": "AmazonAd",
282       "vendored_libraries": "libProviderAmazon.a",
283       "frameworks": [
284         "AdSupport",
285         "CFNetwork",
286         "CoreFoundation",
287         "CoreGraphics",
288         "CoreLocation",
289         "CoreTelephony",
290         "MediaPlayer",
291         "QuartzCore",
292         "SafariServices",
293         "StoreKit",
294         "SystemConfiguration",
295         "WebKit"
296       ],
297       "weak_frameworks": [
299       ],
300       "libraries": [
302       ],
303       "pod_target_xcconfig": {
304         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
305       },
306       "user_target_xcconfig": {
307         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
308       },
309       "dependencies": {
310         "AdCel/Core": [
312         ]
313       }
314     },
315     {
316       "name": "Applovin",
317       "vendored_libraries": "libProviderApplovin.a",
318       "frameworks": [
319         "AVFoundation",
320         "AdSupport",
321         "AudioToolbox",
322         "CFNetwork",
323         "CoreFoundation",
324         "CoreGraphics",
325         "CoreMedia",
326         "CoreTelephony",
327         "StoreKit",
328         "SystemConfiguration",
329         "WebKit"
330       ],
331       "weak_frameworks": [
332         "AppTrackingTransparency"
333       ],
334       "libraries": [
335         "z"
336       ],
337       "pod_target_xcconfig": {
338         "OTHER_LDFLAGS": "-lObjC",
339         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
340       },
341       "user_target_xcconfig": {
342         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
343       },
344       "dependencies": {
345         "AdCel/Core": [
347         ]
348       }
349     },
350     {
351       "name": "AdMob",
352       "vendored_libraries": "libProviderGoogleAdMob.a",
353       "frameworks": [
354         "AVFoundation",
355         "AdSupport",
356         "CFNetwork",
357         "CoreFoundation",
358         "CoreGraphics",
359         "CoreMedia",
360         "CoreMotion",
361         "CoreTelephony",
362         "JavaScriptCore",
363         "MessageUI",
364         "QuartzCore",
365         "Security",
366         "StoreKit",
367         "SystemConfiguration",
368         "WebKit"
369       ],
370       "weak_frameworks": [
371         "AppTrackingTransparency",
372         "CoreServices"
373       ],
374       "libraries": [
375         "c++",
376         "sqlite3",
377         "z"
378       ],
379       "pod_target_xcconfig": {
380         "OTHER_LDFLAGS": "-lObjC",
381         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
382       },
383       "user_target_xcconfig": {
384         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
385       },
386       "dependencies": {
387         "AdCel/Core": [
389         ]
390       }
391     },
392     {
393       "name": "AdMobSpecial",
394       "vendored_libraries": [
395         "OptionalProviders/libProviderGoogleAdMobExt.a"
396       ],
397       "pod_target_xcconfig": {
398         "OTHER_LDFLAGS": "-lObjC",
399         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
400       },
401       "user_target_xcconfig": {
402         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
403       },
404       "dependencies": {
405         "AdCel/Core": [
407         ],
408         "Google-Mobile-Ads-SDK": [
409           "<=8.5.0"
410         ]
411       }
412     },
413     {
414       "name": "Criteo",
415       "vendored_libraries": "libProviderCriteo.a",
416       "frameworks": [
417         "AdSupport",
418         "CFNetwork",
419         "CoreFoundation",
420         "CoreGraphics",
421         "CoreTelephony",
422         "QuartzCore",
423         "StoreKit",
424         "SystemConfiguration",
425         "WebKit"
426       ],
427       "weak_frameworks": [
428         "AppTrackingTransparency"
429       ],
430       "libraries": [
432       ],
433       "pod_target_xcconfig": {
434         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
435       },
436       "user_target_xcconfig": {
437         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
438       },
439       "dependencies": {
440         "AdCel/Core": [
442         ]
443       }
444     },
445     {
446       "name": "Facebook",
447       "vendored_libraries": "libProviderFacebook.a",
448       "frameworks": [
449         "AVFoundation",
450         "AdSupport",
451         "CFNetwork",
452         "CoreFoundation",
453         "CoreGraphics",
454         "CoreMedia",
455         "CoreMotion",
456         "LocalAuthentication",
457         "QuartzCore",
458         "SafariServices",
459         "Security",
460         "StoreKit",
461         "SystemConfiguration",
462         "WebKit"
463       ],
464       "weak_frameworks": [
465         "AppTrackingTransparency"
466       ],
467       "libraries": [
468         "c++",
469         "sqlite3",
470         "z"
471       ],
472       "pod_target_xcconfig": {
473         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
474       },
475       "user_target_xcconfig": {
476         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
477       },
478       "dependencies": {
479         "AdCel/Core": [
481         ]
482       }
483     },
484     {
485       "name": "InMobi",
486       "vendored_libraries": "libProviderInMobi.a",
487       "frameworks": [
488         "AVFoundation",
489         "AdSupport",
490         "CFNetwork",
491         "CoreFoundation",
492         "CoreGraphics",
493         "CoreLocation",
494         "CoreMedia",
495         "CoreTelephony",
496         "ImageIO",
497         "JavaScriptCore",
498         "MessageUI",
499         "QuartzCore",
500         "SafariServices",
501         "Social",
502         "StoreKit",
503         "SystemConfiguration",
504         "WebKit"
505       ],
506       "weak_frameworks": [
507         "AppTrackingTransparency",
508         "CoreServices"
509       ],
510       "libraries": [
511         "sqlite3"
512       ],
513       "pod_target_xcconfig": {
514         "OTHER_LDFLAGS": "-lObjC",
515         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
516       },
517       "user_target_xcconfig": {
518         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
519       },
520       "dependencies": {
521         "AdCel/Core": [
523         ]
524       }
525     },
526     {
527       "name": "MoPub",
528       "vendored_libraries": "libProviderMoPup.a",
529       "resources": [
530         "AdCelResources/MoPubResources.bundle"
531       ],
532       "frameworks": [
533         "AVFoundation",
534         "AdSupport",
535         "CoreGraphics",
536         "CoreLocation",
537         "CoreMedia",
538         "CoreTelephony",
539         "MediaPlayer",
540         "MessageUI",
541         "QuartzCore",
542         "SafariServices",
543         "StoreKit",
544         "SystemConfiguration",
545         "WebKit"
546       ],
547       "weak_frameworks": [
549       ],
550       "libraries": [
552       ],
553       "pod_target_xcconfig": {
554         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
555       },
556       "user_target_xcconfig": {
557         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
558       },
559       "dependencies": {
560         "AdCel/Core": [
562         ]
563       }
564     },
565     {
566       "name": "MyTarget",
567       "vendored_libraries": "libProviderMyTarget.a",
568       "frameworks": [
569         "AVFoundation",
570         "AdSupport",
571         "CFNetwork",
572         "CoreFoundation",
573         "CoreGraphics",
574         "CoreMedia",
575         "CoreTelephony",
576         "QuartzCore",
577         "SafariServices",
578         "StoreKit",
579         "SystemConfiguration",
580         "WebKit"
581       ],
582       "weak_frameworks": [
583         "AppTrackingTransparency"
584       ],
585       "libraries": [
586         "z"
587       ],
588       "pod_target_xcconfig": {
589         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
590       },
591       "user_target_xcconfig": {
592         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
593       },
594       "dependencies": {
595         "AdCel/Core": [
597         ]
598       }
599     },
600     {
601       "name": "Pangle",
602       "vendored_libraries": "libProviderPangle.a",
603       "resources": [
604         "AdCelResources/BUAdSDK.bundle"
605       ],
606       "frameworks": [
607         "AVFoundation",
608         "Accelerate",
609         "AudioToolbox",
610         "CFNetwork",
611         "CoreFoundation",
612         "CoreGraphics",
613         "CoreImage",
614         "CoreMedia",
615         "CoreMotion",
616         "CoreTelephony",
617         "CoreText",
618         "ImageIO",
619         "JavaScriptCore",
620         "MediaPlayer",
621         "QuartzCore",
622         "Security",
623         "StoreKit",
624         "SystemConfiguration",
625         "WebKit"
626       ],
627       "weak_frameworks": [
628         "AppTrackingTransparency",
629         "CoreServices"
630       ],
631       "libraries": [
632         "c++",
633         "c++abi",
634         "sqlite3",
635         "bz2",
636         "iconv",
637         "xml2",
638         "z",
639         "resolv.9"
640       ],
641       "pod_target_xcconfig": {
642         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
643       },
644       "user_target_xcconfig": {
645         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
646       },
647       "dependencies": {
648         "AdCel/Core": [
650         ]
651       }
652     },
653     {
654       "name": "Smaato",
655       "vendored_libraries": "libProviderSmaato.a",
656       "frameworks": [
657         "AdSupport",
658         "CFNetwork",
659         "CoreFoundation",
660         "CoreGraphics",
661         "CoreLocation",
662         "CoreTelephony",
663         "StoreKit",
664         "SystemConfiguration",
665         "WebKit"
666       ],
667       "weak_frameworks": [
668         "AppTrackingTransparency"
669       ],
670       "libraries": [
672       ],
673       "pod_target_xcconfig": {
674         "OTHER_LDFLAGS": "-lObjC",
675         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
676       },
677       "user_target_xcconfig": {
678         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
679       },
680       "dependencies": {
681         "AdCel/Core": [
683         ]
684       }
685     },
686     {
687       "name": "StartApp",
688       "vendored_libraries": "libProviderStartApp.a",
689       "frameworks": [
690         "AVFoundation",
691         "AdSupport",
692         "CFNetwork",
693         "CoreFoundation",
694         "CoreGraphics",
695         "CoreMedia",
696         "CoreTelephony",
697         "JavaScriptCore",
698         "QuartzCore",
699         "StoreKit",
700         "SystemConfiguration",
701         "WebKit"
702       ],
703       "weak_frameworks": [
704         "AppTrackingTransparency"
705       ],
706       "libraries": [
707         "z"
708       ],
709       "pod_target_xcconfig": {
710         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
711       },
712       "user_target_xcconfig": {
713         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
714       },
715       "dependencies": {
716         "AdCel/Core": [
718         ]
719       }
720     },
721     {
722       "name": "Supersonic",
723       "vendored_libraries": "libProviderSupersonic.a",
724       "frameworks": [
725         "AVFoundation",
726         "AdSupport",
727         "AudioToolbox",
728         "CFNetwork",
729         "CoreFoundation",
730         "CoreGraphics",
731         "CoreTelephony",
732         "JavaScriptCore",
733         "QuartzCore",
734         "StoreKit",
735         "SystemConfiguration",
736         "WebKit"
737       ],
738       "weak_frameworks": [
739         "AppTrackingTransparency"
740       ],
741       "libraries": [
742         "z"
743       ],
744       "pod_target_xcconfig": {
745         "OTHER_LDFLAGS": "-lObjC",
746         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
747       },
748       "user_target_xcconfig": {
749         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
750       },
751       "dependencies": {
752         "AdCel/Core": [
754         ]
755       }
756     },
757     {
758       "name": "Tapjoy",
759       "vendored_libraries": "libProviderTapjoy.a",
760       "frameworks": [
761         "AVFoundation",
762         "AdSupport",
763         "CFNetwork",
764         "CoreFoundation",
765         "CoreGraphics",
766         "CoreMedia",
767         "CoreTelephony",
768         "ImageIO",
769         "JavaScriptCore",
770         "QuartzCore",
771         "Security",
772         "StoreKit",
773         "SystemConfiguration",
774         "WebKit"
775       ],
776       "weak_frameworks": [
777         "AppTrackingTransparency",
778         "CoreServices"
779       ],
780       "libraries": [
781         "c++",
782         "z"
783       ],
784       "pod_target_xcconfig": {
785         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
786       },
787       "user_target_xcconfig": {
788         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
789       },
790       "dependencies": {
791         "AdCel/Core": [
793         ]
794       }
795     },
796     {
797       "name": "Unity",
798       "vendored_libraries": "libProviderUnity.a",
799       "frameworks": [
800         "AVFoundation",
801         "AdSupport",
802         "AudioToolbox",
803         "CFNetwork",
804         "CoreFoundation",
805         "CoreGraphics",
806         "CoreImage",
807         "CoreMedia",
808         "CoreMotion",
809         "CoreTelephony",
810         "CoreVideo",
811         "Metal",
812         "MetalKit",
813         "OpenGLES",
814         "QuartzCore",
815         "StoreKit",
816         "SystemConfiguration"
817       ],
818       "weak_frameworks": [
819         "AppTrackingTransparency"
820       ],
821       "libraries": [
823       ],
824       "pod_target_xcconfig": {
825         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
826       },
827       "user_target_xcconfig": {
828         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
829       },
830       "dependencies": {
831         "AdCel/Core": [
833         ]
834       }
835     },
836     {
837       "name": "Vungle",
838       "vendored_libraries": "libProviderVungle.a",
839       "frameworks": [
840         "AVFoundation",
841         "AdSupport",
842         "CFNetwork",
843         "CoreFoundation",
844         "CoreGraphics",
845         "CoreMedia",
846         "CoreTelephony",
847         "JavaScriptCore",
848         "MediaPlayer",
849         "QuartzCore",
850         "StoreKit",
851         "SystemConfiguration",
852         "WebKit"
853       ],
854       "weak_frameworks": [
855         "AppTrackingTransparency"
856       ],
857       "libraries": [
858         "sqlite3",
859         "z"
860       ],
861       "pod_target_xcconfig": {
862         "OTHER_LDFLAGS": "-lObjC",
863         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
864       },
865       "user_target_xcconfig": {
866         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
867       },
868       "dependencies": {
869         "AdCel/Core": [
871         ]
872       }
873     },
874     {
875       "name": "Yandex",
876       "vendored_libraries": "libProviderYandex.a",
877       "frameworks": [
878         "AVFoundation",
879         "AdSupport",
880         "CFNetwork",
881         "CoreFoundation",
882         "CoreGraphics",
883         "CoreImage",
884         "CoreLocation",
885         "CoreMedia",
886         "CoreTelephony",
887         "QuartzCore",
888         "Security",
889         "StoreKit",
890         "SystemConfiguration",
891         "WebKit"
892       ],
893       "weak_frameworks": [
894         "AppTrackingTransparency",
895         "CoreServices"
896       ],
897       "libraries": [
898         "sqlite3",
899         "xml2",
900         "z"
901       ],
902       "pod_target_xcconfig": {
903         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
904       },
905       "user_target_xcconfig": {
906         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
907       },
908       "dependencies": {
909         "AdCel/Core": [
911         ]
912       }
913     },
914     {
915       "name": "Inhouse",
916       "vendored_libraries": "libProviderInhouse.a",
917       "frameworks": [
918         "Foundation",
919         "AdSupport",
920         "UIKit",
921         "StoreKit",
922         "CoreData",
923         "QuartzCore",
924         "AVFoundation",
925         "WebKit"
926       ],
927       "libraries": "xml2",
928       "pod_target_xcconfig": {
929         "OTHER_LDFLAGS": "-lObjC",
930         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
931       },
932       "user_target_xcconfig": {
933         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
934       },
935       "dependencies": {
936         "AdCel/Core": [
938         ]
939       }
940     }
941   ],
942   "swift_version": "5.0"