Files
SVGAPlayer-iOS/Podfile
2017-06-15 18:33:55 +08:00

28 lines
535 B
Ruby

platform :ios, '8.0'
target 'SVGAPlayer' do
pod 'SSZipArchive'
end
target 'SVGAPlayer React' do
pod 'SSZipArchive'
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