forked from CosmicMind/Material
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set iOS minimum deployment target to 13.4
- Loading branch information
1 parent
a81be69
commit f204241
Showing
61 changed files
with
36,486 additions
and
65,207 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"1.0.5": "https://raw.githubusercontent.com/lyra/Material/1.0.5/LyraMaterial.xcframework.zip" | ||
"1.0.5": "https://raw.githubusercontent.com/lyra/Material/1.0.5/LyraMaterial.xcframework.zip", | ||
"1.0.6": "https://raw.githubusercontent.com/lyra/Material/1.0.6/LyraMaterial.xcframework.zip" | ||
} |
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,18 +1,18 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'LyraMaterial' | ||
s.version = '1.0.5' | ||
s.version = '1.0.6' | ||
s.swift_version = '5.0' | ||
s.license = 'BSD-3-Clause' | ||
s.summary = 'This library is a fork of CosmicMind Material library that fix the compilation problem with Xcode 15' | ||
s.homepage = 'https://github.com/lyra/Material' | ||
s.authors = { 'Lyra Dev Mobile' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/lyra/Material.git', :tag => s.version } | ||
|
||
s.ios.deployment_target = '11.0' | ||
|
||
s.ios.deployment_target = '13.4' | ||
s.ios.vendored_frameworks = 'LyraMaterial.xcframework' | ||
|
||
s.dependency 'LyraMotion' | ||
s.dependency 'LyraMotion' | ||
|
||
|
||
|
||
end |
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
-372 KB
(34%)
LyraMaterial.xcframework/ios-arm64/LyraMaterial.framework/Assets.car
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
+33 Bytes
(100%)
LyraMaterial.xcframework/ios-arm64/LyraMaterial.framework/Info.plist
Binary file not shown.
Binary file modified
BIN
+5.29 KB
(100%)
LyraMaterial.xcframework/ios-arm64/LyraMaterial.framework/LyraMaterial
Binary file not shown.
Oops, something went wrong.