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