Skip to content

Commit

Permalink
Merge pull request #796 from jcanizales/add-missing-comma
Browse files Browse the repository at this point in the history
Fix podspec by adding missing comma
  • Loading branch information
TeBoring committed Sep 5, 2015
1 parent 2340868 commit 8fce893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Protobuf.podspec
Expand Up @@ -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:
Expand Down

0 comments on commit 8fce893

Please sign in to comment.