Skip to content

Commit 32f5845

Browse files
author
Michael Long
committed
Update podspec to 1.0.7
1 parent 27bdfcf commit 32f5845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resolver.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "Resolver"
3-
s.version = "1.0.6"
3+
s.version = "1.0.7"
44
s.summary = "An ultralight Dependency Injection / Service Locator framework for Swift 4 and iOS."
55
s.homepage = "https://github.com/hmlongco/Resolver"
66
s.license = "MIT"
77
s.author = "Michael Long"
88
s.platform = :ios, "9.0"
99
s.source = { :git => "https://github.com/hmlongco/Resolver.git", :tag => "#{s.version}" }
1010
s.source_files = "Classes", "Sources/*.swift"
11-
s.swift_version = '4.0'
11+
s.swift_version = '4.2'
1212
end

0 commit comments

Comments
 (0)