Skip to content

Commit ebcd4a1

Browse files
committed
Service[Easy]LocatorObjC as open
1 parent 481d867 commit ebcd4a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ServiceContainerKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ServiceContainerKit"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.summary = "Kit to create your own IoC Container or ServiceLocator. Use ServiceProvider as core, ServiceLocator as ready IoC Container"
55
s.description = <<-DESC
66
Written in Swift.

Source/ServiceEasyLocator/ServiceEasyLocatorObjC.swift

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

1111
/// Wrapper ServiceEasyLocator for ObjC
1212
@objc(ServiceEasyLocator)
13-
public class ServiceEasyLocatorObjC: NSObject {
13+
open class ServiceEasyLocatorObjC: NSObject {
1414
/// Original Swift ServiceLocator
1515
public let serviceLocator: ServiceEasyLocator
1616

Source/ServiceLocator/ServiceLocatorObjC.swift

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

1111
/// Wrapper ServiceLocator for ObjC
1212
@objc(ServiceLocator)
13-
public class ServiceLocatorObjC: NSObject {
13+
open class ServiceLocatorObjC: NSObject {
1414
/// Original Swift ServiceLocator
1515
public let serviceLocator: ServiceLocator
1616

0 commit comments

Comments
 (0)