Skip to content

Commit

Permalink
fix module name in podspec and prepare fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianvarela committed May 7, 2019
1 parent eb36e83 commit f90ffad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Mini-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Mini-Swift'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'The re-imagined Re-Flux architecture for Swift.'

s.description = <<-DESC
Expand Down Expand Up @@ -32,5 +32,6 @@ Dependencies: RxSwift

s.frameworks = 'Foundation'
s.dependency 'RxSwift', '~> 4.3'
s.dependency 'MagicPills'
s.dependency 'MagicPills', '~> 1.0'
s.module_name = 'Mini'
end

0 comments on commit f90ffad

Please # to comment.