aboutsummaryrefslogtreecommitdiff
path: root/Protobuf.podspec
diff options
context:
space:
mode:
authorJorge Canizales <jcanizales@google.com>2015-09-04 13:16:40 -0700
committerJorge Canizales <jcanizales@google.com>2015-09-04 13:16:40 -0700
commitaf66e9003f8ec7cdb33d40aea87ba4f5a67c5780 (patch)
treefc1469df7cb046dbb11a4509f2f5ff89ab6fbf7c /Protobuf.podspec
parent3778f521716a3823bd01cf53b7a921ce1f482536 (diff)
downloadprotobuf-af66e9003f8ec7cdb33d40aea87ba4f5a67c5780.tar.gz
protobuf-af66e9003f8ec7cdb33d40aea87ba4f5a67c5780.tar.bz2
protobuf-af66e9003f8ec7cdb33d40aea87ba4f5a67c5780.zip
Fix podspec by adding missing comma
Diffstat (limited to 'Protobuf.podspec')
-rw-r--r--Protobuf.podspec2
1 files changed, 1 insertions, 1 deletions
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: