Skip to content

Commit

Permalink
initializer made public
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshydv committed Aug 24, 2018
1 parent 8ab94b6 commit a711178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Inflect.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "Inflect"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "Swift implementation of Inflect"

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 2 additions & 0 deletions Sources/Inflect/Inflect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ public final class Inflect {
// "wordlist": "join"
// ]

public init() { }

// func getMethod(_ method: String) throws -> String {
// if deprecated_methods.keys.contains(method) {
// print(String(format: "%@() deprecated, use %@()", method, deprecated_methods[method]!))
Expand Down

0 comments on commit a711178

Please sign in to comment.