react-native-firework-sdk 2.6.0 → 2.6.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.
@@ -6,30 +6,30 @@
6
6
  <array>
7
7
  <dict>
8
8
  <key>LibraryIdentifier</key>
9
- <string>ios-arm64_x86_64-simulator</string>
9
+ <string>ios-arm64</string>
10
10
  <key>LibraryPath</key>
11
11
  <string>FireworkVideoUI.framework</string>
12
12
  <key>SupportedArchitectures</key>
13
13
  <array>
14
14
  <string>arm64</string>
15
- <string>x86_64</string>
16
15
  </array>
17
16
  <key>SupportedPlatform</key>
18
17
  <string>ios</string>
19
- <key>SupportedPlatformVariant</key>
20
- <string>simulator</string>
21
18
  </dict>
22
19
  <dict>
23
20
  <key>LibraryIdentifier</key>
24
- <string>ios-arm64</string>
21
+ <string>ios-arm64_x86_64-simulator</string>
25
22
  <key>LibraryPath</key>
26
23
  <string>FireworkVideoUI.framework</string>
27
24
  <key>SupportedArchitectures</key>
28
25
  <array>
29
26
  <string>arm64</string>
27
+ <string>x86_64</string>
30
28
  </array>
31
29
  <key>SupportedPlatform</key>
32
30
  <string>ios</string>
31
+ <key>SupportedPlatformVariant</key>
32
+ <string>simulator</string>
33
33
  </dict>
34
34
  </array>
35
35
  <key>CFBundlePackageType</key>
@@ -14,7 +14,7 @@
14
14
  </data>
15
15
  <key>Info.plist</key>
16
16
  <data>
17
- cHxK0wNHzV0MNPDkok4AoDVzRqA=
17
+ nyHhJYbHyE660oAAH4VdS7TwE+w=
18
18
  </data>
19
19
  <key>Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
20
20
  <data>
@@ -1,12 +1,12 @@
1
1
  # Uncomment the next line to define a global platform for your project
2
- platform :ios, '12.1'
2
+ platform :ios, '13.0'
3
3
 
4
4
  target 'FireworkVideoUI' do
5
5
  # Comment the next line if you don't want to use dynamic frameworks
6
6
  use_frameworks!
7
7
 
8
8
  # Pods for FireworkVideoUI
9
- pod 'FireworkVideo', '1.12.0'
9
+ pod 'FireworkVideo', '1.13.0'
10
10
 
11
11
  target 'FireworkVideoUITests' do
12
12
  # Pods for testing
@@ -1,16 +1,16 @@
1
1
  PODS:
2
- - FireworkVideo (1.12.0)
2
+ - FireworkVideo (1.13.0)
3
3
 
4
4
  DEPENDENCIES:
5
- - FireworkVideo (= 1.12.0)
5
+ - FireworkVideo (= 1.13.0)
6
6
 
7
7
  SPEC REPOS:
8
8
  trunk:
9
9
  - FireworkVideo
10
10
 
11
11
  SPEC CHECKSUMS:
12
- FireworkVideo: 8f7667ac08b5bb5a0bc09656f4cb6b782dcddccd
12
+ FireworkVideo: 97ef1b615991fe967bd3ed6a7380a250fb02f403
13
13
 
14
- PODFILE CHECKSUM: 45fcc23fac9e8972f203deb221c0838163e06f6d
14
+ PODFILE CHECKSUM: c22dec34b8972d810f5d4e1c0347d4da880ffd0f
15
15
 
16
16
  COCOAPODS: 1.12.1
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
  s.license = 'Apache License, Version 2.0'
12
12
  s.authors = package['author']
13
13
 
14
- s.platforms = { ios: '12.0' }
14
+ s.platforms = { ios: '13.0' }
15
15
  s.source = { git: 'https://github.com/loopsocial/bogano.git', tag: "#{s.version}" }
16
16
 
17
17
  s.swift_version = '5.0'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-firework-sdk",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Firework React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
10
  s.license = 'Apache License, Version 2.0'
11
11
  s.authors = package['author']
12
12
 
13
- s.platforms = { ios: '12.0' }
13
+ s.platforms = { ios: '13.0' }
14
14
  s.source = { git: 'https://github.com/loopsocial/bogano.git', tag: "#{s.version}" }
15
15
 
16
16
  s.swift_version = '5.0'
@@ -35,5 +35,5 @@ fi
35
35
 
36
36
  s.static_framework = true
37
37
  s.dependency 'React-Core'
38
- s.dependency 'FireworkVideo', '1.12.0'
38
+ s.dependency 'FireworkVideo', '1.13.0'
39
39
  end