| Index: third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
|
| diff --git a/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework b/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..27eeafc9c8d8108db7ea7491d6b620044a78302a
|
| --- /dev/null
|
| +++ b/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework
|
| @@ -0,0 +1,10 @@
|
| +source 'https://github.com/CocoaPods/Specs.git'
|
| +platform :osx, '10.9'
|
| +
|
| +install! 'cocoapods', :deterministic_uuids => false
|
| +
|
| +use_frameworks!
|
| +
|
| +target 'OSXCocoaPodsTester' do
|
| + pod 'Protobuf', :path => '../../../..'
|
| +end
|
|
|