-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make bottomSheet views open * Bump lib version * Update for spm * Xcode 15 update * Fix readme
- Loading branch information
1 parent
5101917
commit d650324
Showing
27 changed files
with
209 additions
and
386 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,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AnchoredBottomSheet' | ||
s.version = '1.6.2' | ||
s.version = '1.6.3' | ||
s.summary = 'iOS Maps like bottom sheet with configurable anchors and reusable pannable View' | ||
|
||
s.description = <<-DESC | ||
|
@@ -13,7 +13,7 @@ This small library tries to achieve this goals: | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'havebeenfitz' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/havebeenfitz/anchoredbottomsheet.git', :tag => s.version.to_s } | ||
s.swift_versions = '5.0' | ||
s.swift_versions = '5.7' | ||
s.ios.deployment_target = '12.0' | ||
|
||
s.source_files = 'Sources/AnchoredBottomSheet/**/*' | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...AnchoredBottomSheet.xcodeproj/xcshareddata/xcschemes/AnchoredBottomSheet-Example.xcscheme
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.