This repository was archived by the owner on Aug 21, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ platform :ios, '9.0'
33use_frameworks!
44
55def 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'
88end
99
1010target :SwinjectSimpleExample do
Original file line number Diff line number Diff line change 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
1010DEPENDENCIES:
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
1818SPEC 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import SwinjectStoryboard
1010
1111extension 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 ( ) }
You can’t perform that action at this time.
0 commit comments