aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2015-09-04 21:56:18 -0700
committerPaul Yang <paulyang1211@gmail.com>2015-09-04 23:09:56 -0700
commit8fce8933649ce09c1661ff2b5b7f6eb79badd251 (patch)
tree2f1b7e49b5a37d95d9c460c975c51cda4a3e813e
parent23408684b4d2bf1b25e14314413a14d542c18bc4 (diff)
downloadprotobuf-8fce8933649ce09c1661ff2b5b7f6eb79badd251.tar.gz
protobuf-8fce8933649ce09c1661ff2b5b7f6eb79badd251.tar.bz2
protobuf-8fce8933649ce09c1661ff2b5b7f6eb79badd251.zip
Merge pull request #796 from jcanizales/add-missing-commav3.0.0-alpha-4.1
Fix podspec by adding missing comma
-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: