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
|