-
Notifications
You must be signed in to change notification settings - Fork 62
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 #9 from feature/swift3-rxswift3
Updated for RxSwift 3.4, Swift 3.1, and general cleanup
Showing
10 changed files
with
151 additions
and
138 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 +1 @@ | ||
github "ReactiveX/RxSwift" ~> 3.0 | ||
github "ReactiveX/RxSwift" ~> 3.4.0 |
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 +1 @@ | ||
github "ReactiveX/RxSwift" "3.0.0-beta.1" | ||
github "ReactiveX/RxSwift" "3.4.0" |
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,13 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "RxMediaPicker" | ||
s.version = "0.0.1" | ||
s.version = "1.0.0" | ||
s.summary = "A reactive wrapper built around UIImagePickerController." | ||
s.homepage = "https://github.com/ruipfcosta/RxMediaPicker" | ||
s.homepage = "https://github.com/RxSwiftCommunity/RxMediaPicker" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.authors = { "Rui Costa" => "[email protected]" } | ||
s.authors = { "Rui Costa" => "[email protected]", "Shai Mishali" => "[email protected]" } | ||
s.platform = :ios, "8.0" | ||
s.source = { :git => 'https://github.com/ruipfcosta/RxMediaPicker.git', :tag => s.version } | ||
s.source = { :git => 'https://github.com/RxSwiftCommunity/RxMediaPicker.git', :tag => s.version } | ||
s.source_files = "RxMediaPicker/*.swift" | ||
s.requires_arc = true | ||
s.dependency 'RxSwift', '~> 2.0' | ||
s.dependency 'RxSwift', '~> 3.4.0' | ||
end |
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 |
---|---|---|
@@ -1 +1 @@ | ||
github "ReactiveX/RxSwift" ~> 2.0 | ||
github "ReactiveX/RxSwift" ~> 3.4.0 |
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 +1 @@ | ||
github "ReactiveX/RxSwift" "2.1.0" | ||
github "ReactiveX/RxSwift" "3.4.0" |
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