mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 13:01:13 +00:00
9 lines
158 B
Plaintext
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
|