Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 9749af2

Browse files
authored
Merge pull request #163 from svga/feature-2.5.7
Feature 2.5.7
2 parents e9de7c0 + 4fd4fcc commit 9749af2

File tree

16 files changed

+40
-492
lines changed

16 files changed

+40
-492
lines changed

Podfile

-20
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,3 @@ target 'SVGAPlayer' do
66
pod 'Protobuf', '~> 3.4'
77

88
end
9-
10-
target 'SVGAPlayer React' do
11-
12-
pod 'SSZipArchive', '~> 2.1.4'
13-
pod 'React', :podspec => 'https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec', :subspecs => [
14-
'Core',
15-
'ART',
16-
'RCTActionSheet',
17-
'RCTGeolocation',
18-
'RCTImage',
19-
'RCTNetwork',
20-
'RCTSettings',
21-
'RCTText',
22-
'RCTVibration',
23-
'RCTWebSocket',
24-
'RCTLinkingIOS',
25-
]
26-
pod 'Yoga'
27-
28-
end

Podfile.lock

+2-49
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,20 @@
11
PODS:
22
- Protobuf (3.6.1)
3-
- React/ART (0.45.1):
4-
- React/Core
5-
- React/Core (0.45.1):
6-
- React/cxxreact
7-
- Yoga
8-
- React/cxxreact (0.45.1):
9-
- React/jschelpers
10-
- React/jschelpers (0.45.1)
11-
- React/RCTActionSheet (0.45.1):
12-
- React/Core
13-
- React/RCTGeolocation (0.45.1):
14-
- React/Core
15-
- React/RCTImage (0.45.1):
16-
- React/Core
17-
- React/RCTNetwork
18-
- React/RCTLinkingIOS (0.45.1):
19-
- React/Core
20-
- React/RCTNetwork (0.45.1):
21-
- React/Core
22-
- React/RCTSettings (0.45.1):
23-
- React/Core
24-
- React/RCTText (0.45.1):
25-
- React/Core
26-
- React/RCTVibration (0.45.1):
27-
- React/Core
28-
- React/RCTWebSocket (0.45.1):
29-
- React/Core
303
- SSZipArchive (2.1.4)
31-
- Yoga (1.9.0)
324

335
DEPENDENCIES:
346
- Protobuf (~> 3.4)
35-
- React/ART (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
36-
- React/Core (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
37-
- React/RCTActionSheet (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
38-
- React/RCTGeolocation (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
39-
- React/RCTImage (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
40-
- React/RCTLinkingIOS (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
41-
- React/RCTNetwork (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
42-
- React/RCTSettings (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
43-
- React/RCTText (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
44-
- React/RCTVibration (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
45-
- React/RCTWebSocket (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
467
- SSZipArchive (~> 2.1.4)
47-
- Yoga
488

499
SPEC REPOS:
5010
https://github.com/CocoaPods/Specs.git:
5111
- Protobuf
5212
- SSZipArchive
53-
- Yoga
54-
55-
EXTERNAL SOURCES:
56-
React:
57-
:podspec: https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec
5813

5914
SPEC CHECKSUMS:
6015
Protobuf: 1eb9700044745f00181c136ef21b8ff3ad5a0fd5
61-
React: 505e0132cd9aaba1a56e47ef509220dd794ec9be
6216
SSZipArchive: 41455d4b8d2b6ab93990820b50dc697c2554a322
63-
Yoga: aaae8abea68951f60bee05f6277d3eed90bb91bb
6417

65-
PODFILE CHECKSUM: 7f6714245d47e69d2933463289e4c4d6de65b831
18+
PODFILE CHECKSUM: 15ec3c806396baa34a298b2254638f0a6691580c
6619

67-
COCOAPODS: 1.10.1
20+
COCOAPODS: 1.9.1

React/SVGAPlayerManager.h

-14
This file was deleted.

React/SVGAPlayerManager.m

-182
This file was deleted.

SVGAPlayer-React.podspec

-31
This file was deleted.

SVGAPlayer.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "SVGAPlayer"
4-
s.version = "2.5.6"
4+
s.version = "2.5.7"
55
s.summary = "SVGAPlayer 是一个高性能的动画播放器"
66
s.description = <<-DESC
77
SVGA 是一种全新的动画格式,由 YY UED 团队主导开发;

0 commit comments

Comments
 (0)