@@ -15,16 +15,15 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
1515 s . license = 'MIT'
1616 s . author = { "Branch" => "[email protected] " } 1717 s . source = { git : "https://github.com/BranchMetrics/ios-branch-deep-linking-attribution.git" , tag : s . version . to_s }
18- s . ios . deployment_target = '11 .0'
19- s . tvos . deployment_target = '11 .0'
18+ s . ios . deployment_target = '12 .0'
19+ s . tvos . deployment_target = '12 .0'
2020
2121 s . ios . source_files = "BranchSDK/*.{h,m}"
2222
2323 s . tvos . source_files = "BranchSDK/*.{h,m}"
2424 s . tvos . exclude_files = "BranchSDK/BNCAdClient.{h,m}" ,
2525 "BranchSDK/BNCAppleSearchAds.{h,m}" ,
2626 "BranchSDK/BNCContentDiscoveryManager.{h,m}" ,
27- "BranchSDK/BNCTelephony.{h,m}" ,
2827 "BranchSDK/BNCUserAgentCollector.{h,m}" ,
2928 "BranchSDK/BNCSpotlightService.{h,m}" ,
3029 "BranchSDK/BranchActivityItemProvider.{h,m}" ,
@@ -34,5 +33,5 @@ Use the Branch SDK (branch.io) to create and power the links that point back to
3433
3534 s . frameworks = 'CoreServices' , 'SystemConfiguration'
3635 s . weak_framework = 'LinkPresentation'
37- s . ios . frameworks = 'WebKit' , 'CoreTelephony'
36+ s . ios . frameworks = 'WebKit'
3837end
0 commit comments