We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3a11d commit 3ba734dCopy full SHA for 3ba734d
CHANGELOG.md
@@ -3,6 +3,8 @@ Changelog
3
4
## master
5
6
+## [1.0.0]
7
+
8
- Removed: obsoleted Introspect module (#275)
9
- Infrastructure: renamed default branch to `main`
10
- Infrastructure: fixed modal introspection tests (#345)
README.md
@@ -57,7 +57,7 @@ Install
57
```swift
58
let package = Package(
59
dependencies: [
60
- .package(url: "https://github.com/siteline/swiftui-introspect", from: "0.12.0"),
+ .package(url: "https://github.com/siteline/swiftui-introspect", from: "1.0.0"),
61
],
62
targets: [
63
.target(name: <#Target Name#>, dependencies: [
@@ -70,7 +70,7 @@ let package = Package(
70
### CocoaPods
71
72
```ruby
73
-pod 'SwiftUIIntrospect'
+pod 'SwiftUIIntrospect', '~> 1.0'
74
```
75
76
Introspection
0 commit comments