Skip to content

Commit

Permalink
Updated pod spec to include C++ files
Browse files Browse the repository at this point in the history
  • Loading branch information
j-sid committed Feb 9, 2021
1 parent bfc82f2 commit 60e3c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GTXiLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
s.author = "j-sid"
s.platform = :ios
s.source = { :git => "https://github.com/google/GTXiLib.git", :tag => "4.1.0" }
s.source_files = "Classes/**/*.{h,m,swift}"
s.source_files = "{Classes,OOPClasses}/**/*.{h,m,swift,mm,cc}"
s.ios.deployment_target = '9.0'
s.libraries = 'c++'
s.dependency 'Protobuf'
end
s.dependency 'Protobuf-C++'
end

0 comments on commit 60e3c7f

Please sign in to comment.