Bez popisu

Podfile 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3. react_native_path = "../node_modules/react-native"
  4. project "simpleDemo.xcodeproj"
  5. target 'simpleDemo' do
  6. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  7. # use_frameworks!
  8. # Pods for simpleDemo
  9. #target 'simpleDemo-tvOSTests' do
  10. # inherit! :search_paths
  11. # # Pods for testing
  12. #end
  13. pod "react-native-agora", path: "../node_modules/react-native-agora"
  14. #pod "React", path: react_native_path
  15. #%w(DoubleConversion Folly glog).each do |lib_name|
  16. # pod lib_name, podspec: "#{react_native_path}/third-party-podspecs/#{lib_name}.podspec"
  17. #end
  18. target 'simpleDemoTests' do
  19. inherit! :search_paths
  20. # Pods for testing
  21. end
  22. end
  23. target 'simpleDemo-tvOS' do
  24. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  25. # use_frameworks!
  26. # Pods for simpleDemo-tvOS
  27. target 'simpleDemo-tvOSTests' do
  28. inherit! :search_paths
  29. # Pods for testing
  30. end
  31. end