diff --git a/Rex.podspec b/Rex.podspec index 917d3e6..45c7227 100644 --- a/Rex.podspec +++ b/Rex.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = 'Rex' s.module_name = 'Rex' - s.version = '0.10.0' + s.version = '0.11.0-beta.1' s.summary = 'ReactiveCocoa Extensions' s.description = <<-DESC Extensions for ReactiveCocoa that may not fit in the core framework. DESC - s.homepage = 'https://github.com/neilpa/Rex' + s.homepage = 'https://github.com/RACCommunity/Rex' s.license = 'MIT' s.author = { 'Neil Pankey' => 'npankey@gmail.com' } @@ -18,8 +18,8 @@ Pod::Spec.new do |s| s.watchos.deployment_target = '2.0' s.tvos.deployment_target = '9.0' - s.source = { :git => 'https://github.com/neilpa/Rex.git', :tag => s.version } - s.dependency 'ReactiveCocoa', '~> 4.1' + s.source = { :git => 'https://github.com/RACCommunity/Rex.git', :tag => s.version } + s.dependency 'ReactiveCocoa', '~> 4.2.1' s.ios.framework = 'UIKit' s.tvos.framework = 'UIKit' s.osx.framework = 'AppKit'