File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Changelog
3
3
4
4
## master
5
5
6
+ ## [ 1.0.0]
7
+
6
8
- Removed: obsoleted Introspect module (#275 )
7
9
- Infrastructure: renamed default branch to ` main `
8
10
- Infrastructure: fixed modal introspection tests (#345 )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Install
57
57
``` swift
58
58
let package = Package (
59
59
dependencies : [
60
- .package (url : " https://github.com/siteline/swiftui-introspect" , from : " 0.12 .0" ),
60
+ .package (url : " https://github.com/siteline/swiftui-introspect" , from : " 1.0 .0" ),
61
61
],
62
62
targets : [
63
63
.target (name : < #Target Name#> , dependencies : [
@@ -70,7 +70,7 @@ let package = Package(
70
70
### CocoaPods
71
71
72
72
``` ruby
73
- pod ' SwiftUIIntrospect'
73
+ pod ' SwiftUIIntrospect' , ' ~> 1.0 '
74
74
```
75
75
76
76
Introspection
You can’t perform that action at this time.
0 commit comments