Skip to content

Commit

Permalink
Merge pull request #25 from dduan/bump_watchOS_support
Browse files Browse the repository at this point in the history
Bump Minimal Supported watchOS Version
  • Loading branch information
Keith Smiley committed Jul 12, 2017
2 parents 3b6d1cd + 372a0ff commit 6ff2a58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LambdaKit.podspec
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/Reflejo/LambdaKit.git', :tag => s.version }

s.ios.deployment_target = '8.0'
s.watchos.deployment_target = '2.0'
s.watchos.deployment_target = '3.0'

s.ios.source_files = 'Source/*.swift'
s.watchos.source_files = 'Source/NSObject*.swift', 'Source/CLLocationManager*.swift'
Expand Down
2 changes: 1 addition & 1 deletion Source/CLLocationManager+LambdaKit.swift
Expand Up @@ -91,7 +91,7 @@ extension CLLocationManager: CLLocationManagerDelegate {
/// Request the current location which is reported in the completion handler.
///
/// - parameter completion: A closure that will be called with the device's current location.
@available(iOS 9, watchOS 2, *)
@available(iOS 9, *)
public func requestLocation(_ completion: @escaping LKCoreLocationHandler) {
self.closureWrapper = ClosureWrapper(handler: completion)
self.delegate = self
Expand Down

0 comments on commit 6ff2a58

Please sign in to comment.