-
-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from fermoya/feat/support-tvos
Adding support to tvOS 13.0+
- Loading branch information
Showing
71 changed files
with
1,488 additions
and
62 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
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
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "SwiftUIPager" | ||
s.version = "1.6.0-beta.2" | ||
s.version = "1.6.0-beta.3" | ||
s.summary = "Native pager for SwiftUI. Easily to use, easy to customize." | ||
|
||
s.description = <<-DESC | ||
|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s| | |
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "fermoya" => "[email protected]" } | ||
|
||
s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0" } | ||
s.platforms = { :ios => "13.0", :osx => "10.15", :watchos => "6.0", :tvos => "13.0" } | ||
s.swift_version = "5.1" | ||
|
||
s.source = { :git => "https://github.com/fermoya/SwiftUIPager.git", :tag => "#{s.version}" } | ||
|
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
Binary file modified
BIN
-148 Bytes
(99%)
...os-arm64/SwiftUIPager.framework/Modules/SwiftUIPager.swiftmodule/arm64-apple-ios.swiftdoc
Binary file not shown.
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
Binary file modified
BIN
-148 Bytes
(99%)
...ramework/ios-arm64/SwiftUIPager.framework/Modules/SwiftUIPager.swiftmodule/arm64.swiftdoc
Binary file not shown.
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
Binary file modified
BIN
-16.9 KB
(96%)
SwiftUIPager.xcframework/ios-arm64/SwiftUIPager.framework/SwiftUIPager
Binary file not shown.
Binary file modified
BIN
-148 Bytes
(99%)
...er.framework/Versions/A/Modules/SwiftUIPager.swiftmodule/x86_64-apple-ios-macabi.swiftdoc
Binary file not shown.
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
Binary file modified
BIN
-148 Bytes
(99%)
...talyst/SwiftUIPager.framework/Versions/A/Modules/SwiftUIPager.swiftmodule/x86_64.swiftdoc
Binary file not shown.
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
Binary file modified
BIN
-4.89 KB
(94%)
...UIPager.xcframework/ios-x86_64-maccatalyst/SwiftUIPager.framework/Versions/A/SwiftUIPager
Binary file not shown.
Binary file modified
BIN
-148 Bytes
(99%)
...iftUIPager.framework/Modules/SwiftUIPager.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
Binary file not shown.
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
Binary file modified
BIN
-148 Bytes
(99%)
...-x86_64-simulator/SwiftUIPager.framework/Modules/SwiftUIPager.swiftmodule/x86_64.swiftdoc
Binary file not shown.
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
Binary file modified
BIN
-928 Bytes
(99%)
SwiftUIPager.xcframework/ios-x86_64-simulator/SwiftUIPager.framework/SwiftUIPager
Binary file not shown.
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
Binary file modified
BIN
-148 Bytes
(99%)
...UIPager.framework/Versions/A/Modules/SwiftUIPager.swiftmodule/x86_64-apple-macos.swiftdoc
Binary file not shown.
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
Binary file modified
BIN
-148 Bytes
(99%)
...x86_64/SwiftUIPager.framework/Versions/A/Modules/SwiftUIPager.swiftmodule/x86_64.swiftdoc
Binary file not shown.
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
Binary file modified
BIN
-944 Bytes
(99%)
SwiftUIPager.xcframework/macos-x86_64/SwiftUIPager.framework/Versions/A/SwiftUIPager
Binary file not shown.
Oops, something went wrong.