Skip to content

Commit 30417f4

Browse files
author
James Wolfe
committed
Internal Initializer fix
1 parent 5dd84a6 commit 30417f4

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

AtlasKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "AtlasKit"
4-
spec.version = "0.1.2"
4+
spec.version = "0.1.3"
55
spec.license = "MIT"
66
spec.summary = "A swift library for quickly integrating a location search in your app."
77
spec.homepage = "https://github.com/appoly/AtlasKit"

Sources/AtlasKit/.DS_Store

0 Bytes
Binary file not shown.

Sources/AtlasKit/AtlasKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class AtlasKit {
2828

2929
// MARK: - Initializers
3030

31-
init(_ datasource: AtlasKitDataSource) {
31+
public init(_ datasource: AtlasKitDataSource) {
3232
self.datasource = datasource
3333
}
3434

0 commit comments

Comments
 (0)