Skip to content

Commit

Permalink
Remove static_framework from FirebaseUI podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Jun 21, 2021
1 parent 354b6d4 commit 7debe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Pod::Spec.new do |s|
s.author = 'Firebase'
s.platform = :ios
s.ios.deployment_target = '10.0'
s.static_framework = true
s.ios.framework = 'UIKit'
s.requires_arc = true
s.public_header_files = 'FirebaseUI.h'
s.source_files = 'FirebaseUI.h'
s.swift_versions = '5.0'
s.cocoapods_version = '>= 1.8.0'
s.pod_target_xcconfig = {
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"',
Expand Down

0 comments on commit 7debe56

Please sign in to comment.