Skip to content

Commit

Permalink
Updated Podspec to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iDonJose committed Jan 17, 2019
1 parent 79473c4 commit 88a2d3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReactiveSwifty.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
Pod::Spec.new do |s|

s.name = "ReactiveSwifty"
s.version = "1.0.0"
s.summary = "ReactiveSwift with handy new methods"
s.version = "1.0.1"
s.summary = "Enhances streams of values provided by ReactiveSwift"
s.description = <<-DESC
`ReactiveSwifty` adds handy methods derived of dayly use of the awesome `ReactiveSwift` framework in concrete projects.
Overloads `ReactiveSwift` for better streaming of values, allowing for high productivity.
DESC
s.homepage = "https://github.com/iDonJose/ReactiveSwifty"
s.source = { :git => "https://github.com/iDonJose/ReactiveSwifty.git", :tag => "#{s.version}" }

s.license = { :type => "Apache 2.0", :file => "LICENSE" }

s.author = { "iDonJose" => "donor.develop@gmail.com" }
s.author = { "iDonJose" => "donor.develop@gmail.com" }


s.ios.deployment_target = "8.0"
Expand Down

0 comments on commit 88a2d3a

Please sign in to comment.