react-native-ble-manager 11.2.0 → 11.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ios/BleManager.m CHANGED
@@ -98,8 +98,7 @@ RCT_EXTERN_METHOD(isPeripheralConnected:
98
98
  (NSString *)peripheralUUID
99
99
  callback:(nonnull RCTResponseSenderBlock)callback)
100
100
 
101
- RCT_EXTERN_METHOD(isScanning:
102
- callback:(nonnull RCTResponseSenderBlock)callback)
101
+ RCT_EXTERN_METHOD(isScanning:(nonnull RCTResponseSenderBlock)callback)
103
102
 
104
103
  RCT_EXTERN_METHOD(getMaximumWriteValueLengthForWithoutResponse:
105
104
  (NSString *)peripheralUUID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ble-manager",
3
- "version": "11.2.0",
3
+ "version": "11.2.1",
4
4
  "description": "A BLE module for react native.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
9
  s.authors = { "Innove" => "https://github.com/innoveit" }
10
10
  s.homepage = "https://github.com/innoveit/react-native-ble-manager"
11
11
  s.license = "Apache-2.0"
12
- s.platform = :ios, "9.0"
12
+ s.platform = :ios, "10.0"
13
13
  s.source = { :git => "https://github.com/innoveit/react-native-ble-manager.git" }
14
14
  s.source_files = "ios/**/*.{h,c,cc,cpp,m,mm,swift}"
15
15