Skip to content

Commit acbe2e7

Browse files
authored
Update for GoogleUtilitiesComponents 1.1.0 release (#9023)
1 parent cd88972 commit acbe2e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GoogleUtilitiesComponents.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'GoogleUtilitiesComponents'
3-
s.version = '1.0.0'
3+
s.version = '1.1.0'
44
s.summary = 'Google Utilities Component Container for Apple platforms.'
55

66
s.description = <<-DESC
@@ -24,6 +24,7 @@ Not intended for direct public usage.
2424

2525
s.cocoapods_version = '>= 1.4.0'
2626
s.prefix_header_file = false
27+
s.static_framework = true
2728

2829
s.source_files = 'GoogleUtilitiesComponents/Sources/**/*.[mh]'
2930
s.public_header_files = 'GoogleUtilitiesComponents/Sources/Public/*.h', 'GoogleUtilitiesComponents/Sources/Private/*.h'

0 commit comments

Comments
 (0)