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