Skip to content

Commit

Permalink
Add a static library workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Aug 9, 2017
1 parent 3a67da9 commit 78ea52a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Segment-GoogleAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,12 @@ Pod::Spec.new do |s|
# Please manually add the following file preserved by Cocoapods to your your xcodeproj file
workaround.preserve_paths = 'Pod/Classes/**/*'
end

s.subspec 'StaticLibWorkaround2' do |workaround2|
# For users who are unable to bundle static libraries as dependencies
# you can choose this subspec, but be sure to include the following in your Podfile:
# pod 'GoogleAnalytics'
# pod 'GoogleIDFASupport' <- optional
workaround2.source_files = 'Pod/Classes/**/*'
end
end

0 comments on commit 78ea52a

Please sign in to comment.