Skip to content

Commit

Permalink
Fix typo on podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Reflejo committed Oct 25, 2017
1 parent c7fba9a commit 3599cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LambdaKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'LambdaKit'
s.version = '0.2.4'
s.version = '0.2.5'
s.license = 'MIT'
s.summary = 'Closures on most used UIKit methods'
s.homepage = 'https://github.com/Reflejo/LambdaKit'
Expand All @@ -12,5 +12,5 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '3.0'

s.ios.source_files = 'Sources/LambdaKit/*.swift'
s.watchos.source_files = 'Sources/LambdaKit/NSObject*.swift', 'Source/LambdaKit/CLLocationManager*.swift'
s.watchos.source_files = 'Sources/LambdaKit/NSObject*.swift', 'Sources/LambdaKit/CLLocationManager*.swift'
end

0 comments on commit 3599cef

Please sign in to comment.