diff --git a/GPSKit.podspec b/GPSKit.podspec index c048971..38281e5 100644 --- a/GPSKit.podspec +++ b/GPSKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "GPSKit" - spec.version = "0.9.1" + spec.version = "0.9.2" spec.summary = "CoreLocation without the fuss (and with blocks!)." spec.homepage = "https://github.com/parrots/GPSKit" diff --git a/Source/CLHCoreLocationManager.h b/Source/CLHCoreLocationManager.h index ea29bb2..0d7dac7 100755 --- a/Source/CLHCoreLocationManager.h +++ b/Source/CLHCoreLocationManager.h @@ -150,6 +150,13 @@ extern NSString * const CLHGPSKitLocationResolvedNotificationNoteKey; */ - (void)useLocationManager:(CLLocationManager *)locationManager; +/** + * Manager being used by GPSKit + * + * @return location manger being used + */ +- (CLLocationManager *)locationManager; + /** * Tell the system to start working in a specific mode. * diff --git a/Source/Info.plist b/Source/Info.plist index 287194d..31cfde0 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.1 + 0.9.2 CFBundleSignature ???? CFBundleVersion