react-native-macos/RNTester/Podfile

40 строки
1.7 KiB
Ruby

platform :ios, '9.0'
target 'RNTester' do
# Uncomment for Swift
# use_frameworks!
project 'RNTesterPods.xcodeproj'
pod 'React', :path => '../'
pod 'React-ART', :path => '../Libraries/ART'
pod 'React-Core', :path => '../React'
pod 'React-DevSupport', :path => '../React'
pod 'React-fishhook', :path => '../Libraries/fishhook'
pod 'React-RCTActionSheet', :path => '../Libraries/ActionSheetIOS'
pod 'React-RCTAnimation', :path => '../Libraries/NativeAnimation'
pod 'React-RCTBlob', :path => '../Libraries/Blob'
pod 'React-RCTCameraRoll', :path => '../Libraries/CameraRoll'
pod 'React-RCTGeolocation', :path => '../Libraries/Geolocation'
pod 'React-RCTImage', :path => '../Libraries/Image'
pod 'React-RCTLinking', :path => '../Libraries/LinkingIOS'
pod 'React-RCTNetwork', :path => '../Libraries/Network'
pod 'React-RCTPushNotification', :path => '../Libraries/PushNotificationIOS'
pod 'React-RCTSettings', :path => '../Libraries/Settings'
pod 'React-RCTText', :path => '../Libraries/Text'
pod 'React-RCTVibration', :path => '../Libraries/Vibration'
pod 'React-RCTWebSocket', :path => '../Libraries/WebSocket'
pod 'React-cxxreact', :path => '../ReactCommon/cxxreact'
pod 'React-jsi', :path => '../ReactCommon/jsi'
pod 'React-jsiexecutor', :path => '../ReactCommon/jsiexecutor'
pod 'React-jsinspector', :path => '../ReactCommon/jsinspector'
pod 'yoga', :path => '../ReactCommon/yoga'
# Third party deps podspec link
pod 'DoubleConversion', :podspec => '../third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../third-party-podspecs/glog.podspec'
pod 'Folly', :podspec => '../third-party-podspecs/Folly.podspec'
end