Skip to content

Commit

Permalink
Update project for Xcode 13
Browse files Browse the repository at this point in the history
  • Loading branch information
havebeenfitz committed Jan 18, 2022
1 parent 8c10054 commit af1b088
Show file tree
Hide file tree
Showing 13 changed files with 283 additions and 275 deletions.
6 changes: 3 additions & 3 deletions AnchoredBottomSheet.podspec
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.3.5'
s.version = '1.4'
s.summary = 'iOS Maps like bottom sheet with configurable anchors and reusable pannable View'

s.description = <<-DESC
Expand All @@ -13,8 +13,8 @@ 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 = '4.0', '5.0'
s.ios.deployment_target = '10.0'
s.swift_versions = '5.0'
s.ios.deployment_target = '12.0'

s.source_files = 'Sources/AnchoredBottomSheet/**/*'
end
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use_frameworks!
platform :ios, '10.0'
platform :ios, '12.0'

target 'AnchoredBottomSheet_Example' do
pod 'AnchoredBottomSheet', :path => '../'
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- AnchoredBottomSheet (1.3.5)
- AnchoredBottomSheet (1.4)

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

SPEC CHECKSUMS:
AnchoredBottomSheet: 1ce8689a10408ddc58f21f7a98e29931c90e5d7d
AnchoredBottomSheet: 9404da0df1ecc20661cab8f5f945b95ce11d2f05

PODFILE CHECKSUM: 9d2fa57cad45113c77064b354f9582a45331dfbf
PODFILE CHECKSUM: 77164d437cf70786e3e3575ef7f8acde18e1f5bd

COCOAPODS: 1.10.1
COCOAPODS: 1.11.2
11 changes: 4 additions & 7 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.

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

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

508 changes: 257 additions & 251 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

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

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

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

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

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

4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// swift-tools-version:5.3
// swift-tools-version:5.5

import PackageDescription

let package = Package(
name: "AnchoredBottomSheet",
platforms: [.iOS(.v10)],
platforms: [.iOS(.v12)],
products: [
.library(
name: "AnchoredBottomSheet",
Expand Down

0 comments on commit af1b088

Please sign in to comment.