| Index: third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
|
| diff --git a/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static b/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e9b3c235dd1694d4589ced283bcbbc3c11b76a99
|
| --- /dev/null
|
| +++ b/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static
|
| @@ -0,0 +1,8 @@
|
| +source 'https://github.com/CocoaPods/Specs.git'
|
| +platform :ios, '8.0'
|
| +
|
| +install! 'cocoapods', :deterministic_uuids => false
|
| +
|
| +target 'iOSCocoaPodsTester' do
|
| + pod 'Protobuf', :path => '../../../..'
|
| +end
|
|
|