From af66e9003f8ec7cdb33d40aea87ba4f5a67c5780 Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Fri, 4 Sep 2015 13:16:40 -0700 Subject: Fix podspec by adding missing comma --- Protobuf.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Protobuf.podspec') diff --git a/Protobuf.podspec b/Protobuf.podspec index 5cfc02b4..698583b9 100644 --- a/Protobuf.podspec +++ b/Protobuf.podspec @@ -21,7 +21,7 @@ Pod::Spec.new do |s| 'objectivec/google/protobuf/SourceContext.pbobjc.{h,m}', 'objectivec/google/protobuf/Struct.pbobjc.{h,m}', 'objectivec/google/protobuf/Timestamp.pbobjc.h', - 'objectivec/google/protobuf/Type.pbobjc.{h,m}' + 'objectivec/google/protobuf/Type.pbobjc.{h,m}', 'objectivec/google/protobuf/Wrappers.pbobjc.{h,m}' # Timestamp.pbobjc.m and Duration.pbobjc.m are #imported by GPBWellKnownTypes.m. So we can't # compile them (duplicate symbols), but we need them available for the importing: -- cgit v1.2.3