Add Binary via ProtoBuf support.

This commit is contained in:
PonyCui
2017-09-29 17:14:13 +08:00
parent b2bbe20550
commit 6b66bc56db
31 changed files with 4385 additions and 2225 deletions

View File

@@ -2,13 +2,14 @@ platform :ios, '8.0'
target 'SVGAPlayer' do
pod 'SSZipArchive'
pod 'SSZipArchive', '~> 1.8.1'
pod 'Protobuf', '~> 3.4'
end
target 'SVGAPlayer React' do
pod 'SSZipArchive'
pod 'SSZipArchive', '~> 1.8.1'
pod 'React', :podspec => 'https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec', :subspecs => [
'Core',
'ART',