Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Jun 4, 2017
1 parent c86b5d8 commit 0c39482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,32 +88,13 @@ Installation
- **For iOS 8+ projects** with [CocoaPods](https://cocoapods.org):

```ruby
pod 'URLNavigator', '~> 1.2'
pod 'URLNavigator'
```

- **For iOS 8+ projects** with [Carthage](https://github.com/Carthage/Carthage):

```
github "devxoul/URLNavigator" ~> 1.2
```

- **For iOS 7 projects** with [CocoaSeeds](https://github.com/devxoul/CocoaSeeds):

```ruby
github 'devxoul/URLNavigator', '1.2.0', :files => 'Sources/*.swift'
```

- **Using [Swift Package Manager](https://swift.org/package-manager)**:

```swift
import PackageDescription
let package = Package(
name: "MyAwesomeApp",
dependencies: [
.Package(url: "https://github.com/devxoul/URLNavigator", "1.2.0"),
]
)
github "devxoul/URLNavigator"
```


Expand Down
2 changes: 1 addition & 1 deletion URLNavigator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "URLNavigator"
s.version = "1.2.0"
s.version = "1.2.1"
s.summary = "⛵️ Elegant URL Routing for Swift"
s.homepage = "https://github.com/devxoul/URLNavigator"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 0c39482

Please sign in to comment.