-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: pin MuxCore to specific version consistent across Cocoapods and Swift Package Manager * ci: add check for Carthage path
- Loading branch information
1 parent
870335d
commit 0502d92
Showing
19 changed files
with
37 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Mux-Stats-AVPlayer' | ||
|
||
s.version = '3.4.1' | ||
s.version = '3.4.2' | ||
s.source = { :git => 'https://github.com/muxinc/mux-stats-sdk-avplayer.git', | ||
:tag => "v#{s.version}" } | ||
|
||
|
@@ -14,7 +14,7 @@ Pod::Spec.new do |s| | |
s.license = 'Apache 2.0' | ||
s.author = { 'Mux' => '[email protected]' } | ||
|
||
s.dependency 'Mux-Stats-Core', '~>4.6.0' | ||
s.dependency 'Mux-Stats-Core', '4.6.0' | ||
|
||
s.ios.deployment_target = '11.0' | ||
s.ios.vendored_frameworks = 'XCFramework/MUXSDKStats.xcframework' | ||
|
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
Binary file modified
BIN
+0 Bytes
(100%)
XCFramework/MUXSDKStats.xcframework/ios-arm64/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
XCFramework/MUXSDKStats.xcframework/ios-arm64/MUXSDKStats.framework/MUXSDKStats
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ats.xcframework/ios-arm64_x86_64-maccatalyst/MUXSDKStats.framework/Versions/A/MUXSDKStats
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
+0 Bytes
(100%)
...ework/MUXSDKStats.xcframework/ios-arm64_x86_64-simulator/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...work/MUXSDKStats.xcframework/ios-arm64_x86_64-simulator/MUXSDKStats.framework/MUXSDKStats
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
+0 Bytes
(100%)
XCFramework/MUXSDKStats.xcframework/tvos-arm64/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
XCFramework/MUXSDKStats.xcframework/tvos-arm64/MUXSDKStats.framework/MUXSDKStats
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...work/MUXSDKStats.xcframework/tvos-arm64_x86_64-simulator/MUXSDKStats.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ork/MUXSDKStats.xcframework/tvos-arm64_x86_64-simulator/MUXSDKStats.framework/MUXSDKStats
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
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