react-native/local-cli/link/__fixtures__/pods/PodfileSimple

9 lines
158 B
Plaintext

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
target 'Testing' do
pod 'TestPod', '~> 3.1'
# test should point to this line
end