- Initial commit
This commit is contained in:
22
ios/Podfile
Normal file
22
ios/Podfile
Normal file
@@ -0,0 +1,22 @@
|
||||
platform :ios, '9.0'
|
||||
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
||||
|
||||
target 'Eventment' do
|
||||
# Pods for Eventment
|
||||
target 'EventmentTests' do
|
||||
inherit! :search_paths
|
||||
# Pods for testing
|
||||
end
|
||||
|
||||
use_native_modules!
|
||||
end
|
||||
|
||||
target 'Eventment-tvOS' do
|
||||
# Pods for Eventment-tvOS
|
||||
|
||||
target 'Eventment-tvOSTests' do
|
||||
inherit! :search_paths
|
||||
# Pods for testing
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user