aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static')
-rw-r--r--third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static b/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
deleted file mode 100644
index e9b3c235dd..0000000000
--- a/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
+++ /dev/null
@@ -1,8 +0,0 @@
-source 'https://github.com/CocoaPods/Specs.git'
-platform :ios, '8.0'
-
-install! 'cocoapods', :deterministic_uuids => false
-
-target 'iOSCocoaPodsTester' do
- pod 'Protobuf', :path => '../../../..'
-end