[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 5 / a / AdCel / 1.5.40.1 / AdCel.podspec.json
blob7419a31241809c7b6b7f99d53de76f473489256a
2   "name": "AdCel",
3   "version": "1.5.40.1",
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.40.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": "APS",
317       "vendored_libraries": "libProviderAPS.a",
318       "frameworks": [
320       ],
321       "weak_frameworks": [
323       ],
324       "libraries": [
326       ],
327       "pod_target_xcconfig": {
328         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
329       },
330       "user_target_xcconfig": {
331         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
332       },
333       "dependencies": {
334         "AdCel/Core": [
336         ]
337       }
338     },
339     {
340       "name": "Applovin",
341       "vendored_libraries": "libProviderApplovin.a",
342       "frameworks": [
343         "AVFoundation",
344         "AdSupport",
345         "AudioToolbox",
346         "CFNetwork",
347         "CoreFoundation",
348         "CoreGraphics",
349         "CoreMedia",
350         "CoreTelephony",
351         "StoreKit",
352         "SystemConfiguration",
353         "WebKit"
354       ],
355       "weak_frameworks": [
356         "AppTrackingTransparency"
357       ],
358       "libraries": [
359         "z"
360       ],
361       "pod_target_xcconfig": {
362         "OTHER_LDFLAGS": "-lObjC",
363         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
364       },
365       "user_target_xcconfig": {
366         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
367       },
368       "dependencies": {
369         "AdCel/Core": [
371         ]
372       }
373     },
374     {
375       "name": "AdMob",
376       "vendored_libraries": "libProviderGoogleAdMob.a",
377       "frameworks": [
378         "AVFoundation",
379         "AdSupport",
380         "CFNetwork",
381         "CoreFoundation",
382         "CoreGraphics",
383         "CoreMedia",
384         "CoreMotion",
385         "CoreTelephony",
386         "JavaScriptCore",
387         "MessageUI",
388         "QuartzCore",
389         "Security",
390         "StoreKit",
391         "SystemConfiguration",
392         "WebKit"
393       ],
394       "weak_frameworks": [
395         "AppTrackingTransparency",
396         "CoreServices"
397       ],
398       "libraries": [
399         "c++",
400         "sqlite3",
401         "z"
402       ],
403       "pod_target_xcconfig": {
404         "OTHER_LDFLAGS": "-lObjC",
405         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
406       },
407       "user_target_xcconfig": {
408         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
409       },
410       "dependencies": {
411         "AdCel/Core": [
413         ]
414       }
415     },
416     {
417       "name": "AdMobSpecial",
418       "vendored_libraries": [
419         "OptionalProviders/libProviderGoogleAdMobExt.a"
420       ],
421       "pod_target_xcconfig": {
422         "OTHER_LDFLAGS": "-lObjC",
423         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
424       },
425       "user_target_xcconfig": {
426         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
427       },
428       "dependencies": {
429         "AdCel/Core": [
431         ],
432         "Google-Mobile-Ads-SDK": [
433           "<=8.5.0"
434         ]
435       }
436     },
437     {
438       "name": "Criteo",
439       "vendored_libraries": "libProviderCriteo.a",
440       "frameworks": [
441         "AdSupport",
442         "CFNetwork",
443         "CoreFoundation",
444         "CoreGraphics",
445         "CoreTelephony",
446         "QuartzCore",
447         "StoreKit",
448         "SystemConfiguration",
449         "WebKit"
450       ],
451       "weak_frameworks": [
452         "AppTrackingTransparency"
453       ],
454       "libraries": [
456       ],
457       "pod_target_xcconfig": {
458         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
459       },
460       "user_target_xcconfig": {
461         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
462       },
463       "dependencies": {
464         "AdCel/Core": [
466         ]
467       }
468     },
469     {
470       "name": "Facebook",
471       "vendored_libraries": "libProviderFacebook.a",
472       "frameworks": [
473         "AVFoundation",
474         "AdSupport",
475         "CFNetwork",
476         "CoreFoundation",
477         "CoreGraphics",
478         "CoreMedia",
479         "CoreMotion",
480         "LocalAuthentication",
481         "QuartzCore",
482         "SafariServices",
483         "Security",
484         "StoreKit",
485         "SystemConfiguration",
486         "WebKit"
487       ],
488       "weak_frameworks": [
489         "AppTrackingTransparency"
490       ],
491       "libraries": [
492         "c++",
493         "sqlite3",
494         "z"
495       ],
496       "pod_target_xcconfig": {
497         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
498       },
499       "user_target_xcconfig": {
500         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
501       },
502       "dependencies": {
503         "AdCel/Core": [
505         ]
506       }
507     },
508     {
509       "name": "InMobi",
510       "vendored_libraries": "libProviderInMobi.a",
511       "frameworks": [
512         "AVFoundation",
513         "AdSupport",
514         "CFNetwork",
515         "CoreFoundation",
516         "CoreGraphics",
517         "CoreLocation",
518         "CoreMedia",
519         "CoreTelephony",
520         "ImageIO",
521         "JavaScriptCore",
522         "MessageUI",
523         "QuartzCore",
524         "SafariServices",
525         "Social",
526         "StoreKit",
527         "SystemConfiguration",
528         "WebKit"
529       ],
530       "weak_frameworks": [
531         "AppTrackingTransparency",
532         "CoreServices"
533       ],
534       "libraries": [
535         "sqlite3"
536       ],
537       "pod_target_xcconfig": {
538         "OTHER_LDFLAGS": "-lObjC",
539         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
540       },
541       "user_target_xcconfig": {
542         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
543       },
544       "dependencies": {
545         "AdCel/Core": [
547         ]
548       }
549     },
550     {
551       "name": "MoPub",
552       "vendored_libraries": "libProviderMoPup.a",
553       "resources": [
554         "AdCelResources/MoPubResources.bundle"
555       ],
556       "frameworks": [
557         "AVFoundation",
558         "AdSupport",
559         "CoreGraphics",
560         "CoreLocation",
561         "CoreMedia",
562         "CoreTelephony",
563         "MediaPlayer",
564         "MessageUI",
565         "QuartzCore",
566         "SafariServices",
567         "StoreKit",
568         "SystemConfiguration",
569         "WebKit"
570       ],
571       "weak_frameworks": [
573       ],
574       "libraries": [
576       ],
577       "pod_target_xcconfig": {
578         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
579       },
580       "user_target_xcconfig": {
581         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
582       },
583       "dependencies": {
584         "AdCel/Core": [
586         ]
587       }
588     },
589     {
590       "name": "MyTarget",
591       "vendored_libraries": "libProviderMyTarget.a",
592       "frameworks": [
593         "AVFoundation",
594         "AdSupport",
595         "CFNetwork",
596         "CoreFoundation",
597         "CoreGraphics",
598         "CoreMedia",
599         "CoreTelephony",
600         "QuartzCore",
601         "SafariServices",
602         "StoreKit",
603         "SystemConfiguration",
604         "WebKit"
605       ],
606       "weak_frameworks": [
607         "AppTrackingTransparency"
608       ],
609       "libraries": [
610         "z"
611       ],
612       "pod_target_xcconfig": {
613         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
614       },
615       "user_target_xcconfig": {
616         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
617       },
618       "dependencies": {
619         "AdCel/Core": [
621         ]
622       }
623     },
624     {
625       "name": "Pangle",
626       "vendored_libraries": "libProviderPangle.a",
627       "resources": [
628         "AdCelResources/BUAdSDK.bundle"
629       ],
630       "frameworks": [
631         "AVFoundation",
632         "Accelerate",
633         "AudioToolbox",
634         "CFNetwork",
635         "CoreFoundation",
636         "CoreGraphics",
637         "CoreImage",
638         "CoreMedia",
639         "CoreMotion",
640         "CoreTelephony",
641         "CoreText",
642         "ImageIO",
643         "JavaScriptCore",
644         "MediaPlayer",
645         "QuartzCore",
646         "Security",
647         "StoreKit",
648         "SystemConfiguration",
649         "WebKit"
650       ],
651       "weak_frameworks": [
652         "AppTrackingTransparency",
653         "CoreServices"
654       ],
655       "libraries": [
656         "c++",
657         "c++abi",
658         "sqlite3",
659         "bz2",
660         "iconv",
661         "xml2",
662         "z",
663         "resolv.9"
664       ],
665       "pod_target_xcconfig": {
666         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
667       },
668       "user_target_xcconfig": {
669         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
670       },
671       "dependencies": {
672         "AdCel/Core": [
674         ]
675       }
676     },
677     {
678       "name": "Smaato",
679       "vendored_libraries": "libProviderSmaato.a",
680       "frameworks": [
681         "AdSupport",
682         "CFNetwork",
683         "CoreFoundation",
684         "CoreGraphics",
685         "CoreLocation",
686         "CoreTelephony",
687         "StoreKit",
688         "SystemConfiguration",
689         "WebKit"
690       ],
691       "weak_frameworks": [
692         "AppTrackingTransparency"
693       ],
694       "libraries": [
696       ],
697       "pod_target_xcconfig": {
698         "OTHER_LDFLAGS": "-lObjC",
699         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
700       },
701       "user_target_xcconfig": {
702         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
703       },
704       "dependencies": {
705         "AdCel/Core": [
707         ]
708       }
709     },
710     {
711       "name": "StartApp",
712       "vendored_libraries": "libProviderStartApp.a",
713       "frameworks": [
714         "AVFoundation",
715         "AdSupport",
716         "CFNetwork",
717         "CoreFoundation",
718         "CoreGraphics",
719         "CoreMedia",
720         "CoreTelephony",
721         "JavaScriptCore",
722         "QuartzCore",
723         "StoreKit",
724         "SystemConfiguration",
725         "WebKit"
726       ],
727       "weak_frameworks": [
728         "AppTrackingTransparency"
729       ],
730       "libraries": [
731         "z"
732       ],
733       "pod_target_xcconfig": {
734         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
735       },
736       "user_target_xcconfig": {
737         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
738       },
739       "dependencies": {
740         "AdCel/Core": [
742         ]
743       }
744     },
745     {
746       "name": "Supersonic",
747       "vendored_libraries": "libProviderSupersonic.a",
748       "frameworks": [
749         "AVFoundation",
750         "AdSupport",
751         "AudioToolbox",
752         "CFNetwork",
753         "CoreFoundation",
754         "CoreGraphics",
755         "CoreTelephony",
756         "JavaScriptCore",
757         "QuartzCore",
758         "StoreKit",
759         "SystemConfiguration",
760         "WebKit"
761       ],
762       "weak_frameworks": [
763         "AppTrackingTransparency"
764       ],
765       "libraries": [
766         "z"
767       ],
768       "pod_target_xcconfig": {
769         "OTHER_LDFLAGS": "-lObjC",
770         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
771       },
772       "user_target_xcconfig": {
773         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
774       },
775       "dependencies": {
776         "AdCel/Core": [
778         ]
779       }
780     },
781     {
782       "name": "Tapjoy",
783       "vendored_libraries": "libProviderTapjoy.a",
784       "frameworks": [
785         "AVFoundation",
786         "AdSupport",
787         "CFNetwork",
788         "CoreFoundation",
789         "CoreGraphics",
790         "CoreMedia",
791         "CoreTelephony",
792         "ImageIO",
793         "JavaScriptCore",
794         "QuartzCore",
795         "Security",
796         "StoreKit",
797         "SystemConfiguration",
798         "WebKit"
799       ],
800       "weak_frameworks": [
801         "AppTrackingTransparency",
802         "CoreServices"
803       ],
804       "libraries": [
805         "c++",
806         "z"
807       ],
808       "pod_target_xcconfig": {
809         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
810       },
811       "user_target_xcconfig": {
812         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
813       },
814       "dependencies": {
815         "AdCel/Core": [
817         ]
818       }
819     },
820     {
821       "name": "Unity",
822       "vendored_libraries": "libProviderUnity.a",
823       "frameworks": [
824         "AVFoundation",
825         "AdSupport",
826         "AudioToolbox",
827         "CFNetwork",
828         "CoreFoundation",
829         "CoreGraphics",
830         "CoreImage",
831         "CoreMedia",
832         "CoreMotion",
833         "CoreTelephony",
834         "CoreVideo",
835         "Metal",
836         "MetalKit",
837         "OpenGLES",
838         "QuartzCore",
839         "StoreKit",
840         "SystemConfiguration"
841       ],
842       "weak_frameworks": [
843         "AppTrackingTransparency"
844       ],
845       "libraries": [
847       ],
848       "pod_target_xcconfig": {
849         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
850       },
851       "user_target_xcconfig": {
852         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
853       },
854       "dependencies": {
855         "AdCel/Core": [
857         ]
858       }
859     },
860     {
861       "name": "Vungle",
862       "vendored_libraries": "libProviderVungle.a",
863       "frameworks": [
864         "AVFoundation",
865         "AdSupport",
866         "CFNetwork",
867         "CoreFoundation",
868         "CoreGraphics",
869         "CoreMedia",
870         "CoreTelephony",
871         "JavaScriptCore",
872         "MediaPlayer",
873         "QuartzCore",
874         "StoreKit",
875         "SystemConfiguration",
876         "WebKit"
877       ],
878       "weak_frameworks": [
879         "AppTrackingTransparency"
880       ],
881       "libraries": [
882         "sqlite3",
883         "z"
884       ],
885       "pod_target_xcconfig": {
886         "OTHER_LDFLAGS": "-lObjC",
887         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
888       },
889       "user_target_xcconfig": {
890         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
891       },
892       "dependencies": {
893         "AdCel/Core": [
895         ]
896       }
897     },
898     {
899       "name": "Yandex",
900       "vendored_libraries": "libProviderYandex.a",
901       "frameworks": [
902         "AVFoundation",
903         "AdSupport",
904         "CFNetwork",
905         "CoreFoundation",
906         "CoreGraphics",
907         "CoreImage",
908         "CoreLocation",
909         "CoreMedia",
910         "CoreTelephony",
911         "QuartzCore",
912         "Security",
913         "StoreKit",
914         "SystemConfiguration",
915         "WebKit"
916       ],
917       "weak_frameworks": [
918         "AppTrackingTransparency",
919         "CoreServices"
920       ],
921       "libraries": [
922         "sqlite3",
923         "xml2",
924         "z"
925       ],
926       "pod_target_xcconfig": {
927         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
928       },
929       "user_target_xcconfig": {
930         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
931       },
932       "dependencies": {
933         "AdCel/Core": [
935         ]
936       }
937     },
938     {
939       "name": "Inhouse",
940       "vendored_libraries": "libProviderInhouse.a",
941       "frameworks": [
942         "Foundation",
943         "AdSupport",
944         "UIKit",
945         "StoreKit",
946         "CoreData",
947         "QuartzCore",
948         "AVFoundation",
949         "WebKit"
950       ],
951       "libraries": "xml2",
952       "pod_target_xcconfig": {
953         "OTHER_LDFLAGS": "-lObjC",
954         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
955       },
956       "user_target_xcconfig": {
957         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
958       },
959       "dependencies": {
960         "AdCel/Core": [
962         ]
963       }
964     }
965   ],
966   "swift_version": "5.0"