mediversal-rn-image-intelligence 1.0.16 → 1.0.17

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.
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
  author = package["author"]
17
17
  s.authors = author.is_a?(Hash) ? author : author.to_s
18
18
 
19
- s.platforms = { ios: "12.0" }
19
+ s.platforms = { ios: "13.0" }
20
20
 
21
21
  # Repository MUST be a string URL
22
22
  repo = package["repository"]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediversal-rn-image-intelligence",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "Production-ready React Native library for intelligent image analysis using Google ML Kit (on-device)",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",