react-native-picture-selector 1.0.24 → 1.0.26

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.
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
10
10
  s.homepage = package["homepage"] || "https://github.com/nicepkg/react-native-picture-selector"
11
11
  s.license = { :type => "MIT" }
12
12
  s.author = "react-native-picture-selector contributors"
13
+ s.source = { :git => "https://github.com/nicepkg/react-native-picture-selector.git", :tag => s.version.to_s }
13
14
 
14
15
  s.platforms = { :ios => "13.0" }
15
16
  s.swift_version = "5.9"
@@ -31,7 +32,6 @@ Pod::Spec.new do |s|
31
32
  s.pod_target_xcconfig = {
32
33
  "SWIFT_ACTIVE_COMPILATION_CONDITIONS" =>
33
34
  "HXPICKER_ENABLE_CORE HXPICKER_ENABLE_PICKER HXPICKER_ENABLE_EDITOR HXPICKER_ENABLE_CAMERA",
34
- "OTHER_SWIFT_FLAGS" => "-enable-experimental-cxx-interop",
35
35
  }
36
36
 
37
37
  # ── Nitrogen ─────────────────────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-picture-selector",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "description": "High-performance photo/video picker for React Native using Nitro Modules",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",