simplejsble 0.0.30 → 0.0.31

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.
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
  s.authors = package["author"]
12
12
 
13
13
  s.platforms = {
14
- :ios => min_ios_version_supported,
14
+ :ios => '13.4',
15
15
  :osx => '10.13'
16
16
  }
17
17
 
@@ -163,6 +163,5 @@ Pod::Spec.new do |s|
163
163
  '"$(PODS_TARGET_SRCROOT)/ios/simpleble_macosx_x86_64/include"',
164
164
  '"$(PODS_TARGET_SRCROOT)/ios/simpleble_macosx_universal/include"',
165
165
  ].join(' '),
166
- 'GCC_PREPROCESSOR_DEFINITIONS' => ['$(inherited)', 'OS_OBJECT_USE_OBJC=1']
167
166
  })
168
167
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simplejsble",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "React Native Bluetooth Low Energy library using SimpleBLE with Nitro Modules",
5
5
  "main": "lib/index",
6
6
  "module": "lib/index",