-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1344c5d
commit 731e879
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,15 @@ Use the Branch SDK (branch.io) to create and power the links that point back to | |
s.license = 'MIT' | ||
s.author = { "Branch" => "[email protected]" } | ||
s.source = { git: "https://github.com/BranchMetrics/ios-branch-deep-linking-attribution.git", tag: s.version.to_s } | ||
s.ios.deployment_target = '11.0' | ||
s.tvos.deployment_target = '11.0' | ||
s.ios.deployment_target = '12.0' | ||
s.tvos.deployment_target = '12.0' | ||
|
||
s.ios.source_files = "BranchSDK/*.{h,m}" | ||
|
||
s.tvos.source_files = "BranchSDK/*.{h,m}" | ||
s.tvos.exclude_files = "BranchSDK/BNCAdClient.{h,m}", | ||
"BranchSDK/BNCAppleSearchAds.{h,m}", | ||
"BranchSDK/BNCContentDiscoveryManager.{h,m}", | ||
"BranchSDK/BNCTelephony.{h,m}", | ||
"BranchSDK/BNCUserAgentCollector.{h,m}", | ||
"BranchSDK/BNCSpotlightService.{h,m}", | ||
"BranchSDK/BranchActivityItemProvider.{h,m}", | ||
|
@@ -34,5 +33,5 @@ Use the Branch SDK (branch.io) to create and power the links that point back to | |
|
||
s.frameworks = 'CoreServices', 'SystemConfiguration' | ||
s.weak_framework = 'LinkPresentation' | ||
s.ios.frameworks = 'WebKit', 'CoreTelephony' | ||
s.ios.frameworks = 'WebKit' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters