Skip to content

Commit

Permalink
Make bottom sheet views open (#4)
Browse files Browse the repository at this point in the history
* Make bottomSheet views open

* Bump lib version

* Update for spm

* Xcode 15 update

* Fix readme
  • Loading branch information
havebeenfitz committed Oct 31, 2023
1 parent 5101917 commit d650324
Show file tree
Hide file tree
Showing 27 changed files with 209 additions and 386 deletions.
4 changes: 2 additions & 2 deletions AnchoredBottomSheet.podspec
@@ -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
Expand All @@ -13,7 +13,7 @@ This small library tries to achieve this goals:
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'havebeenfitz' => 'max.kraev@gmail.com' }
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/**/*'
Expand Down
132 changes: 85 additions & 47 deletions Example/AnchoredBottomSheet.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1320"
LastUpgradeVersion = "1500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- AnchoredBottomSheet (1.6.0)
- AnchoredBottomSheet (1.6.3)

DEPENDENCIES:
- AnchoredBottomSheet (from `../`)
Expand All @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
AnchoredBottomSheet: 9cf13ef4c2eda75d63c29c7dc70659b8e3d596ca
AnchoredBottomSheet: 9f12a869332c9157aa68054b6ba94414a7249568

PODFILE CHECKSUM: 77164d437cf70786e3e3575ef7f8acde18e1f5bd

COCOAPODS: 1.11.3
COCOAPODS: 1.14.2
8 changes: 4 additions & 4 deletions Example/Pods/Local Podspecs/AnchoredBottomSheet.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

158 changes: 88 additions & 70 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

0 comments on commit d650324

Please sign in to comment.