Skip to content
This repository was archived by the owner on Aug 21, 2021. It is now read-only.

Commit 09026f6

Browse files
author
Yoshikuni Kato
committed
Update SwinjectStoryboard to 1.0.0 from 1.0.0-beta.2
1 parent 3001046 commit 09026f6

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ platform :ios, '9.0'
33
use_frameworks!
44

55
def swinject_pods
6-
pod 'Swinject', '2.0.0-beta.2'
7-
pod 'SwinjectStoryboard', '1.0.0-beta.2'
6+
pod 'Swinject', '2.0.0'
7+
pod 'SwinjectStoryboard', '1.0.0'
88
end
99

1010
target :SwinjectSimpleExample do

Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ PODS:
33
- Nimble (5.0.0)
44
- Quick (0.10.0)
55
- SwiftyJSON (3.1.1)
6-
- Swinject (2.0.0-beta.2)
7-
- SwinjectStoryboard (1.0.0-beta.2):
8-
- Swinject (= 2.0.0-beta.2)
6+
- Swinject (2.0.0)
7+
- SwinjectStoryboard (1.0.0):
8+
- Swinject (= 2.0.0)
99

1010
DEPENDENCIES:
1111
- Alamofire (~> 4.0)
1212
- Nimble (= 5.0)
1313
- Quick (= 0.10)
1414
- SwiftyJSON (~> 3.1)
15-
- Swinject (= 2.0.0-beta.2)
16-
- SwinjectStoryboard (= 1.0.0-beta.2)
15+
- Swinject (= 2.0.0)
16+
- SwinjectStoryboard (= 1.0.0)
1717

1818
SPEC CHECKSUMS:
1919
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
2020
Nimble: 56fc9f5020effa2206de22c3dd910f4fb011b92f
2121
Quick: 5d290df1c69d5ee2f0729956dcf0fd9a30447eaa
2222
SwiftyJSON: f0be2e604f83e8405a624e9f891898bf6ed4e019
23-
Swinject: 69a893192efa9f2cc44be79ef423d04d571b6af9
24-
SwinjectStoryboard: b52b45821a50386ef604c3cd098f8029a50a268d
23+
Swinject: 2e964a80d70ab09b3949c99032711f89147bfd60
24+
SwinjectStoryboard: 8e0d3c0202b64172bdf915d55e8dc83d9c4e7863
2525

26-
PODFILE CHECKSUM: 10288fb3b26677fe16a777a1c9fad530301d305d
26+
PODFILE CHECKSUM: bae8b5b26789120a9333dd860773a03273eb320f
2727

28-
COCOAPODS: 1.1.1
28+
COCOAPODS: 1.2.0

SwinjectSimpleExample/SwinjectStoryboard+Setup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import SwinjectStoryboard
1010

1111
extension SwinjectStoryboard {
1212
class func setup() {
13-
defaultContainer.registerForStoryboard(WeatherTableViewController.self) { r, c in
13+
defaultContainer.storyboardInitCompleted(WeatherTableViewController.self) { r, c in
1414
c.weatherFetcher = r.resolve(WeatherFetcher.self)
1515
}
1616
defaultContainer.register(Networking.self) { _ in Network() }

0 commit comments

Comments
 (0)