Skip to content

Commit 3599cef

Browse files
Martin Conte Mac DonellReflejo
Martin Conte Mac Donell
authored andcommitted
Fix typo on podspec
1 parent c7fba9a commit 3599cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LambdaKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'LambdaKit'
3-
s.version = '0.2.4'
3+
s.version = '0.2.5'
44
s.license = 'MIT'
55
s.summary = 'Closures on most used UIKit methods'
66
s.homepage = 'https://github.com/Reflejo/LambdaKit'
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
1212
s.watchos.deployment_target = '3.0'
1313

1414
s.ios.source_files = 'Sources/LambdaKit/*.swift'
15-
s.watchos.source_files = 'Sources/LambdaKit/NSObject*.swift', 'Source/LambdaKit/CLLocationManager*.swift'
15+
s.watchos.source_files = 'Sources/LambdaKit/NSObject*.swift', 'Sources/LambdaKit/CLLocationManager*.swift'
1616
end

0 commit comments

Comments
 (0)