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
33
44## master
55
6+ ## [ 1.0.0]
7+
68- Removed: obsoleted Introspect module (#275 )
79- Infrastructure: renamed default branch to ` main `
810- Infrastructure: fixed modal introspection tests (#345 )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Install
5757``` swift
5858let package = Package (
5959 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" ),
6161 ],
6262 targets : [
6363 .target (name : < #Target Name#> , dependencies : [
@@ -70,7 +70,7 @@ let package = Package(
7070### CocoaPods
7171
7272``` ruby
73- pod ' SwiftUIIntrospect'
73+ pod ' SwiftUIIntrospect' , ' ~> 1.0 '
7474```
7575
7676Introspection
You can’t perform that action at this time.
0 commit comments