Skip to content

Commit

Permalink
Merge pull request #13 from chrisballinger/patch-1
Browse files Browse the repository at this point in the history
Remove module_name override
  • Loading branch information
groue committed Jan 9, 2021
2 parents 989a922 + 57111c1 commit a007bf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CombineExpectations.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/groue/CombineExpectations'
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/CombineExpectations.git', :tag => "v#{s.version}" }
s.module_name = 'GRDBCombine'

s.swift_versions = ['5.2']
s.ios.deployment_target = '13.0'
Expand Down

0 comments on commit a007bf7

Please sign in to comment.