-
Notifications
You must be signed in to change notification settings - Fork 114
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
1 parent
2a3f398
commit a4bd85f
Showing
2 changed files
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "ReactiveKit" | ||
s.version = "3.17.0" | ||
s.version = "3.17.1" | ||
s.summary = "A Swift Reactive Programming Framework" | ||
s.description = "ReactiveKit is a Swift framework for reactive and functional reactive programming." | ||
s.homepage = "https://github.com/DeclarativeHub/ReactiveKit" | ||
s.license = 'MIT' | ||
s.author = { "Srdan Rasic" => "[email protected]" } | ||
s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.17.0" } | ||
s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.17.1" } | ||
|
||
s.ios.deployment_target = '8.0' | ||
s.osx.deployment_target = '10.11' | ||
|
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