12345678910111213141516171819202122232425262728293031323334353637383940414243 |
-
- platform :ios, '9.0'
- react_native_path = "../node_modules/react-native"
- project "simpleDemo.xcodeproj"
-
- target 'simpleDemo' do
-
-
-
-
-
-
-
-
-
- pod "react-native-agora", path: "../../../"
- pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga/Yoga.podspec'
- pod 'React', path: '../node_modules/react-native'
-
-
-
-
-
- target 'simpleDemoTests' do
- inherit! :search_paths
-
- end
-
- end
-
- target 'simpleDemo-tvOS' do
-
-
-
-
-
- target 'simpleDemo-tvOSTests' do
- inherit! :search_paths
-
- end
-
- end
|