We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fba9a commit 3599cefCopy full SHA for 3599cef
LambdaKit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'LambdaKit'
3
- s.version = '0.2.4'
+ s.version = '0.2.5'
4
s.license = 'MIT'
5
s.summary = 'Closures on most used UIKit methods'
6
s.homepage = 'https://github.com/Reflejo/LambdaKit'
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
12
s.watchos.deployment_target = '3.0'
13
14
s.ios.source_files = 'Sources/LambdaKit/*.swift'
15
- s.watchos.source_files = 'Sources/LambdaKit/NSObject*.swift', 'Source/LambdaKit/CLLocationManager*.swift'
+ s.watchos.source_files = 'Sources/LambdaKit/NSObject*.swift', 'Sources/LambdaKit/CLLocationManager*.swift'
16
end
0 commit comments