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

Commit

Permalink
Merge pull request #163 from svga/feature-2.5.7
Browse files Browse the repository at this point in the history
Feature 2.5.7
  • Loading branch information
maxlee committed Jul 6, 2021
2 parents e9de7c0 + 4fd4fcc commit 9749af2
Show file tree
Hide file tree
Showing 16 changed files with 40 additions and 492 deletions.
20 changes: 0 additions & 20 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,3 @@ target 'SVGAPlayer' do
pod 'Protobuf', '~> 3.4'

end

target 'SVGAPlayer React' do

pod 'SSZipArchive', '~> 2.1.4'
pod 'React', :podspec => 'https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec', :subspecs => [
'Core',
'ART',
'RCTActionSheet',
'RCTGeolocation',
'RCTImage',
'RCTNetwork',
'RCTSettings',
'RCTText',
'RCTVibration',
'RCTWebSocket',
'RCTLinkingIOS',
]
pod 'Yoga'

end
51 changes: 2 additions & 49 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,67 +1,20 @@
PODS:
- Protobuf (3.6.1)
- React/ART (0.45.1):
- React/Core
- React/Core (0.45.1):
- React/cxxreact
- Yoga
- React/cxxreact (0.45.1):
- React/jschelpers
- React/jschelpers (0.45.1)
- React/RCTActionSheet (0.45.1):
- React/Core
- React/RCTGeolocation (0.45.1):
- React/Core
- React/RCTImage (0.45.1):
- React/Core
- React/RCTNetwork
- React/RCTLinkingIOS (0.45.1):
- React/Core
- React/RCTNetwork (0.45.1):
- React/Core
- React/RCTSettings (0.45.1):
- React/Core
- React/RCTText (0.45.1):
- React/Core
- React/RCTVibration (0.45.1):
- React/Core
- React/RCTWebSocket (0.45.1):
- React/Core
- SSZipArchive (2.1.4)
- Yoga (1.9.0)

DEPENDENCIES:
- Protobuf (~> 3.4)
- React/ART (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/Core (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/RCTActionSheet (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/RCTGeolocation (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/RCTImage (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/RCTLinkingIOS (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/RCTNetwork (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/RCTSettings (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/RCTText (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/RCTVibration (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- React/RCTWebSocket (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
- SSZipArchive (~> 2.1.4)
- Yoga

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- Protobuf
- SSZipArchive
- Yoga

EXTERNAL SOURCES:
React:
:podspec: https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec

SPEC CHECKSUMS:
Protobuf: 1eb9700044745f00181c136ef21b8ff3ad5a0fd5
React: 505e0132cd9aaba1a56e47ef509220dd794ec9be
SSZipArchive: 41455d4b8d2b6ab93990820b50dc697c2554a322
Yoga: aaae8abea68951f60bee05f6277d3eed90bb91bb

PODFILE CHECKSUM: 7f6714245d47e69d2933463289e4c4d6de65b831
PODFILE CHECKSUM: 15ec3c806396baa34a298b2254638f0a6691580c

COCOAPODS: 1.10.1
COCOAPODS: 1.9.1
14 changes: 0 additions & 14 deletions React/SVGAPlayerManager.h

This file was deleted.

182 changes: 0 additions & 182 deletions React/SVGAPlayerManager.m

This file was deleted.

31 changes: 0 additions & 31 deletions SVGAPlayer-React.podspec

This file was deleted.

2 changes: 1 addition & 1 deletion SVGAPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

0 comments on commit 9749af2

Please sign in to comment.