Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Oct 22, 2017
1 parent 4f4be68 commit bfa2b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "RxViewController"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "RxSwift wrapper for UIViewController and NSViewController"
s.homepage = "https://github.com/devxoul/RxViewController"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Suyeol Jeon" => "[email protected]" }
s.source = { :git => "https://github.com/devxoul/RxViewController.git",
:tag => s.version.to_s }
s.source_files = "Sources/*.swift"
s.source_files = "Sources/**/*.swift"
s.frameworks = "Foundation"
s.dependency "RxSwift", ">= 4.0.0"
s.dependency "RxCocoa", ">= 4.0.0"
Expand Down

0 comments on commit bfa2b6c

Please sign in to comment.