Skip to content

Commit 061b1b5

Browse files
committed
Podspec update.
1 parent 3f1cbc6 commit 061b1b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NavigationStack.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = 'NavigationStack'
3-
s.version = '0.1.0'
3+
s.version = '1.0.2'
44
s.summary = 'An alternative SwiftUI NavigationView.'
55

66
s.description = <<-DESC
77
An alternative SwiftUI NavigationView implementing classic stack-based navigation giving also some more control on animations and programmatic navigation.
88
DESC
99

10-
s.homepage = 'https://github.com/biobeats/swiftui-navigation-stack'
10+
s.homepage = 'https://github.com/matteopuc/swiftui-navigation-stack'
1111

1212
s.license = { :type => 'MIT', :file => 'LICENSE' }
1313
s.author = { 'Matteo Puccinelli' => 'matteo.puccinelli@gmail.com' }
14-
s.source = { :git => 'https://github.com/biobeats/swiftui-navigation-stack.git', :tag => s.version.to_s }
14+
s.source = { :git => 'https://github.com/matteopuc/swiftui-navigation-stack.git', :tag => s.version.to_s }
1515

1616

1717
s.ios.deployment_target = '13.0'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Then in your View simply include `import NavigationStack` and follow usage examp
1818
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate NavigationStack into your Xcode project using CocoaPods, specify it in your `Podfile`:
1919

2020
```ruby
21-
pod 'NavigationStack', '~> 0.1.0'
21+
pod 'NavigationStack'
2222
```
2323

2424
Then in your View simply include `import NavigationStack` and follow usage examples below.

0 commit comments

Comments
 (0)