react-native-firework-sdk 2.7.0 → 2.7.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.
@@ -14,7 +14,7 @@
14
14
  </data>
15
15
  <key>Info.plist</key>
16
16
  <data>
17
- xSys4PQnG8lKSIv1Abhys20ti8o=
17
+ p6/LLg4hl5dM7i1ps8S9Rzkge2s=
18
18
  </data>
19
19
  <key>Modules/FireworkVideoUI.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
20
20
  <data>
@@ -6,7 +6,7 @@ target 'FireworkVideoUI' do
6
6
  use_frameworks!
7
7
 
8
8
  # Pods for FireworkVideoUI
9
- pod 'FireworkVideo', '1.13.0'
9
+ pod 'FireworkVideo', '1.14.0'
10
10
 
11
11
  target 'FireworkVideoUITests' do
12
12
  # Pods for testing
@@ -1,16 +1,16 @@
1
1
  PODS:
2
- - FireworkVideo (1.13.0)
2
+ - FireworkVideo (1.14.0)
3
3
 
4
4
  DEPENDENCIES:
5
- - FireworkVideo (= 1.13.0)
5
+ - FireworkVideo (= 1.14.0)
6
6
 
7
7
  SPEC REPOS:
8
8
  trunk:
9
9
  - FireworkVideo
10
10
 
11
11
  SPEC CHECKSUMS:
12
- FireworkVideo: 97ef1b615991fe967bd3ed6a7380a250fb02f403
12
+ FireworkVideo: c8af446a350e2486e86c0a789ecfd4a57ce6facc
13
13
 
14
- PODFILE CHECKSUM: c22dec34b8972d810f5d4e1c0347d4da880ffd0f
14
+ PODFILE CHECKSUM: 880bd5c72a5a81b620b803189a6ec208e8481116
15
15
 
16
16
  COCOAPODS: 1.12.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-firework-sdk",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Firework React Native SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -35,5 +35,5 @@ fi
35
35
 
36
36
  s.static_framework = true
37
37
  s.dependency 'React-Core'
38
- s.dependency 'FireworkVideo', '1.13.0'
38
+ s.dependency 'FireworkVideo', '1.14.0'
39
39
  end