Skip to content

Commit

Permalink
framework added for pod if google pod used
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush Awasthi committed Jan 8, 2019
1 parent 6e87cab commit 58a4648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion KiwiPods.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "KiwiPods"
s.version = "0.0.3"
s.version = "0.0.2"
s.summary = "sdfgdgf"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -122,6 +122,7 @@ Pod::Spec.new do |s|
socialMedia.subspec 'Google' do |google|
google.source_files = "KiwiPods/Social/Google/**/*.{h,m,swift}"
google.dependency 'GoogleSignIn'
s.framework = 'GoogleSignIn'
end
end

Expand Down

0 comments on commit 58a4648

Please sign in to comment.