@@ -15,23 +15,22 @@ Pod::Spec.new do |s|
1515 s . static_framework = true
1616 s . swift_version = '5.0'
1717 s . dependency 'React'
18-
18+ s . exclude_files = [
19+ "ios/AFAdRevenueData.h" ,
20+ "ios/AppsFlyerConsent.h" ,
21+ "ios/AppsFlyerCrossPromotionHelper.h" ,
22+ "ios/AppsFlyerDeepLink.h" ,
23+ "ios/AppsFlyerDeepLinkObserver.h" ,
24+ "ios/AppsFlyerDeepLinkResult.h" ,
25+ "ios/AppsFlyerLinkGenerator.h" ,
26+ "ios/AppsFlyerShareInviteHelper.h" ,
27+ "ios/AppsFlyerLib.h"
28+ ]
29+
1930 # AppsFlyerPurchaseConnector
2031 if defined? ( $AppsFlyerPurchaseConnector) && ( $AppsFlyerPurchaseConnector == true )
2132 Pod ::UI . puts "#{ s . name } : Including PurchaseConnector."
2233 s . dependency 'PurchaseConnector' , '6.17.0'
23- s . exclude_files = [
24- "ios/AFAdRevenueData.h" ,
25- "ios/AppsFlyerConsent.h" ,
26- "ios/AppsFlyerCrossPromotionHelper.h" ,
27- "ios/AppsFlyerDeepLink.h" ,
28- "ios/AppsFlyerDeepLinkObserver.h" ,
29- "ios/AppsFlyerDeepLinkResult.h" ,
30- "ios/AppsFlyerLinkGenerator.h" ,
31- "ios/AppsFlyerShareInviteHelper.h" ,
32- "ios/AppsFlyerLib.h"
33- ]
34-
3534 end
3635
3736 # AppsFlyerFramework
0 commit comments