-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" => "[email protected]" } | ||
s.author = { "iDonJose" => "[email protected]" } | ||
|
||
|
||
s.ios.deployment_target = "8.0" | ||
|