Skip to content

Commit

Permalink
Bumps podspec and README to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuomas Artman committed Nov 6, 2018
1 parent c69262e commit e6266a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:4.0
// swift-tools-version:4.2
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Signals is a library for creating and observing events. It replaces delegates, a
## Requirements

- iOS 7.0 / watchOS 2.0 / Mac OS X 10.9
- Swift 4.0 (Swift 3 support available in olde releases)
- Swift 4.2

## Installation

Expand All @@ -33,15 +33,15 @@ To integrate Signals into your project add the following to your `Podfile`:
platform :ios, '8.0'
use_frameworks!

pod 'Signals', '~> 5.0'
pod 'Signals', '~> 6.0'
```

#### Carthage

To integrate Signals into your project using Carthage add the following to your `Cartfile`:

```ruby
github "artman/Signals" ~> 5.0
github "artman/Signals" ~> 6.0
```

#### Swift Package Manager
Expand All @@ -50,7 +50,7 @@ To integrate Signals into your project using SwiftPM add the following to your `

```swift
dependencies: [
.package(url: "https://github.com/artman/Signals", from: "5.0"),
.package(url: "https://github.com/artman/Signals", from: "6.0"),
],
```

Expand Down
2 changes: 1 addition & 1 deletion Signals.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Signals'
s.version = '5.0.0'
s.version = '6.0.0'
s.license = 'MIT'
s.summary = 'Elegant eventing'
s.homepage = 'https://github.com/artman/Signals'
Expand Down

0 comments on commit e6266a1

Please sign in to comment.