Skip to content

Commit c6cae5a

Browse files
committed
Revert back from my fork to Introspect since it's finally been updated
1 parent a72743a commit c6cae5a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ let package = Package(
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
2222
// .package(url: /* package url */, from: "1.0.0"),
23-
.package(name: "AmzdIntrospect", url: "https://github.com/Amzd/SwiftUI-Introspect.git", .upToNextMajor(from: "0.1.3"))
23+
.package(name: "Introspect", url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.1.2")
2424
],
2525
targets: [
2626
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2727
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2828
.target(
2929
name: "ScrollViewProxy",
30-
dependencies: ["AmzdIntrospect"]),
30+
dependencies: ["Introspect"]),
3131
// .testTarget(
3232
// name: "ScrollViewProxyTests",
3333
// dependencies: ["ScrollViewProxy"]),

ScrollViewProxy.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Pod::Spec.new do |s|
55
s.license = { type: 'MIT' }
66
s.homepage = 'https://github.com/amzd/ScrollViewProxy'
77
s.author = { 'Casper Zandbergen' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/amzd/ScrollViewProxy.git', :tag => s.version.to_s }
9-
s.dependency 'AmzdIntrospect', '>= 0.1.2'
8+
s.source = { :git => 'https://github.com/Amzd/ScrollViewProxy.git', :tag => s.version.to_s }
9+
s.dependency 'Introspect', '>= 0.1.2'
1010
s.source_files = 'Sources/**/*.swift'
1111

1212
s.swift_version = '5.1'

Sources/ScrollViewProxy/ScrollViewProxy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Created by Casper Zandbergen on 01/06/2020.
22
// https://twitter.com/amzdme
33

4-
import AmzdIntrospect
4+
import Introspect
55
import SwiftUI
66
import Combine
77

0 commit comments

Comments
 (0)