@aguacerowx/react-native 0.0.17 → 0.0.18

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,27 +10,29 @@ Pod::Spec.new do |s|
10
10
  s.authors = { package["author"] => "support@aguacerowx.com" }
11
11
  s.platforms = { :ios => "13.4" }
12
12
  s.source = { :git => "https://github.com/AguaceroWx/aguacero-sdks.git", :tag => "v#{s.version}" }
13
-
14
13
  s.swift_version = "5.0"
15
-
14
+
15
+ # Add this line to make it a dynamic framework
16
+ s.static_framework = false
17
+
16
18
  s.pod_target_xcconfig = {
17
19
  'DEFINES_MODULE' => 'YES',
18
20
  'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
19
21
  'SWIFT_COMPILATION_MODE' => 'wholemodule',
20
22
  'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) ZSTD_DISABLE_ASM=1'
21
23
  }
22
-
24
+
23
25
  s.user_target_xcconfig = {
24
26
  'DEFINES_MODULE' => 'YES'
25
27
  }
26
-
28
+
27
29
  s.resource_bundles = {
28
30
  'AguaceroMetalShaders' => ['ios/**/*.metal']
29
31
  }
30
-
32
+
31
33
  s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
32
-
34
+
33
35
  s.dependency "React-Core"
34
36
  s.dependency "MapboxMaps", "~> 11.0"
35
- s.dependency "libzstd", "~> 1.5.5", :modular_headers => true
37
+ s.dependency "libzstd", "~> 1.5.5"
36
38
  end
@@ -10,27 +10,29 @@ Pod::Spec.new do |s|
10
10
  s.authors = { package["author"] => "support@aguacerowx.com" }
11
11
  s.platforms = { :ios => "13.4" }
12
12
  s.source = { :git => "https://github.com/AguaceroWx/aguacero-sdks.git", :tag => "v#{s.version}" }
13
-
14
13
  s.swift_version = "5.0"
15
-
14
+
15
+ # Add this line to make it a dynamic framework
16
+ s.static_framework = false
17
+
16
18
  s.pod_target_xcconfig = {
17
19
  'DEFINES_MODULE' => 'YES',
18
20
  'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
19
21
  'SWIFT_COMPILATION_MODE' => 'wholemodule',
20
22
  'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) ZSTD_DISABLE_ASM=1'
21
23
  }
22
-
24
+
23
25
  s.user_target_xcconfig = {
24
26
  'DEFINES_MODULE' => 'YES'
25
27
  }
26
-
28
+
27
29
  s.resource_bundles = {
28
30
  'AguaceroMetalShaders' => ['ios/**/*.metal']
29
31
  }
30
-
32
+
31
33
  s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
32
-
34
+
33
35
  s.dependency "React-Core"
34
36
  s.dependency "MapboxMaps", "~> 11.0"
35
- s.dependency "libzstd", "~> 1.5.5", :modular_headers => true
37
+ s.dependency "libzstd", "~> 1.5.5"
36
38
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aguacerowx/react-native",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Native weather rendering for React Native",
5
5
  "license": "ISC",
6
6
  "author": "Michael Barletta",
@@ -10,27 +10,29 @@ Pod::Spec.new do |s|
10
10
  s.authors = { package["author"] => "support@aguacerowx.com" }
11
11
  s.platforms = { :ios => "13.4" }
12
12
  s.source = { :git => "https://github.com/AguaceroWx/aguacero-sdks.git", :tag => "v#{s.version}" }
13
-
14
13
  s.swift_version = "5.0"
15
-
14
+
15
+ # Add this line to make it a dynamic framework
16
+ s.static_framework = false
17
+
16
18
  s.pod_target_xcconfig = {
17
19
  'DEFINES_MODULE' => 'YES',
18
20
  'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
19
21
  'SWIFT_COMPILATION_MODE' => 'wholemodule',
20
22
  'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) ZSTD_DISABLE_ASM=1'
21
23
  }
22
-
24
+
23
25
  s.user_target_xcconfig = {
24
26
  'DEFINES_MODULE' => 'YES'
25
27
  }
26
-
28
+
27
29
  s.resource_bundles = {
28
30
  'AguaceroMetalShaders' => ['ios/**/*.metal']
29
31
  }
30
-
32
+
31
33
  s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
32
-
34
+
33
35
  s.dependency "React-Core"
34
36
  s.dependency "MapboxMaps", "~> 11.0"
35
- s.dependency "libzstd", "~> 1.5.5", :modular_headers => true
37
+ s.dependency "libzstd", "~> 1.5.5"
36
38
  end
@@ -10,27 +10,29 @@ Pod::Spec.new do |s|
10
10
  s.authors = { package["author"] => "support@aguacerowx.com" }
11
11
  s.platforms = { :ios => "13.4" }
12
12
  s.source = { :git => "https://github.com/AguaceroWx/aguacero-sdks.git", :tag => "v#{s.version}" }
13
-
14
13
  s.swift_version = "5.0"
15
-
14
+
15
+ # Add this line to make it a dynamic framework
16
+ s.static_framework = false
17
+
16
18
  s.pod_target_xcconfig = {
17
19
  'DEFINES_MODULE' => 'YES',
18
20
  'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
19
21
  'SWIFT_COMPILATION_MODE' => 'wholemodule',
20
22
  'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) ZSTD_DISABLE_ASM=1'
21
23
  }
22
-
24
+
23
25
  s.user_target_xcconfig = {
24
26
  'DEFINES_MODULE' => 'YES'
25
27
  }
26
-
28
+
27
29
  s.resource_bundles = {
28
30
  'AguaceroMetalShaders' => ['ios/**/*.metal']
29
31
  }
30
-
32
+
31
33
  s.source_files = "ios/**/*.{h,m,mm,swift}", "ios/generated/**/*.{h,m,mm,cpp}"
32
-
34
+
33
35
  s.dependency "React-Core"
34
36
  s.dependency "MapboxMaps", "~> 11.0"
35
- s.dependency "libzstd", "~> 1.5.5", :modular_headers => true
37
+ s.dependency "libzstd", "~> 1.5.5"
36
38
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aguacerowx/react-native",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Native weather rendering for React Native",
5
5
  "license": "ISC",
6
6
  "author": "Michael Barletta",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aguacerowx/react-native",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Native weather rendering for React Native",
5
5
  "license": "ISC",
6
6
  "author": "Michael Barletta",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aguacerowx/react-native",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Native weather rendering for React Native",
5
5
  "license": "ISC",
6
6
  "author": "Michael Barletta",