-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from icanzilb/master
* 0.1.5 change copyright and ownership
- Loading branch information
Showing
7 changed files
with
13 additions
and
10 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,4 +1,4 @@ | ||
Copyright (c) 2016 Marin Todorov <[email protected]> | ||
Copyright (c) RxSwiftCommunity | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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
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
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
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
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
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,7 +5,7 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = "RxGesture" | ||
s.version = "0.1.4" | ||
s.version = "0.1.5" | ||
s.summary = "RxSwfit reactive wrapper for view gestures." | ||
|
||
s.description = <<-DESC | ||
|
@@ -14,10 +14,10 @@ Pod::Spec.new do |s| | |
combine taps, presses, or swipes in any direction | ||
DESC | ||
|
||
s.homepage = "https://github.com/icanzilb/RxGesture" | ||
s.homepage = "https://github.com/RxSwiftCommunity/RxGesture" | ||
s.license = 'MIT' | ||
s.author = { "Marin Todorov" => "[email protected]" } | ||
s.source = { :git => "https://github.com/icanzilb/RxGesture.git", :tag => s.version.to_s } | ||
s.source = { :git => "https://github.com/RxSwiftCommunity/RxGesture.git", :tag => s.version.to_s } | ||
|
||
s.requires_arc = true | ||
|
||
|