File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# 🕰 Future
2
2
3
- ![ Swift 5] ( https://github.com/shopgun /swift-future/workflows/Swift/badge.svg )
4
- [ ![ Cocoapods] ( https://img.shields.io/cocoapods/v/ShopGun -Future.svg )] ( http://cocoapods.org/pods/ShopGun -Future )
3
+ ![ Swift 5] ( https://github.com/tjek /swift-future/workflows/Swift/badge.svg )
4
+ [ ![ Cocoapods] ( https://img.shields.io/cocoapods/v/Tjek -Future.svg )] ( http://cocoapods.org/pods/Tjek -Future )
5
5
[ ![ License] ( http://img.shields.io/badge/license-MIT-brightgreen.svg )] ( LICENSE.md )
6
6
7
7
A ` Future ` just represents some 'work', that _ may_ take some time (or not).
Original file line number Diff line number Diff line change 3
3
// FutureTests
4
4
//
5
5
// Created by Laurie Hufford on 27/03/2019.
6
- // Copyright © 2019 ShopGun . All rights reserved.
6
+ // Copyright © 2019 Tjek . All rights reserved.
7
7
//
8
8
9
9
import XCTest
Original file line number Diff line number Diff line change 3
3
// FutureTests
4
4
//
5
5
// Created by Laurie Hufford on 27/03/2019.
6
- // Copyright © 2019 ShopGun . All rights reserved.
6
+ // Copyright © 2019 Tjek . All rights reserved.
7
7
//
8
8
9
9
import XCTest
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
- s . name = "ShopGun -Future"
2
+ s . name = "Tjek -Future"
3
3
s . module_name = "Future"
4
- s . version = "0.5.2 "
4
+ s . version = "0.5.3 "
5
5
s . summary = "🕰 A simple Swift Future type"
6
6
7
7
s . description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
14
This library includes a number of extra wrappers around common operations, allowing them to easily chained with other futures.
15
15
DESC
16
16
17
- s . homepage = "https://github.com/shopgun /swift-future"
17
+ s . homepage = "https://github.com/tjek /swift-future"
18
18
19
19
s . license = "MIT"
20
20
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
23
23
}
24
24
25
25
s . source = {
26
- :git => "https://github.com/shopgun /swift-future.git" ,
26
+ :git => "https://github.com/tjek /swift-future.git" ,
27
27
:tag => s . version
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments