From 0a9a059e82f730ed2820a8249247ac7d067646a4 Mon Sep 17 00:00:00 2001 From: Chen Shenghan Date: Mon, 12 Sep 2016 00:05:50 +0800 Subject: [PATCH] Update author info --- README.md | 2 +- RxEventHub.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9aba143..e59141b 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Just copy `RxEventHub.swift` into your project, and you're ready to go. ## Author -Chen Shenghan, zzdjk6@gmail.com +Chen Shenghan, zzdjk6@gmail.com / zzdjk6@126.com ## License diff --git a/RxEventHub.podspec b/RxEventHub.podspec index 9744848..b6f7e65 100644 --- a/RxEventHub.podspec +++ b/RxEventHub.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/zzdjk6/RxEventHub' s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { 'Chen Shenghan' => 'zzdjk6@gmail.com' } + s.author = { 'zzdjk6' => 'zzdjk6@126.com' } s.source = { :git => 'https://github.com/zzdjk6/RxEventHub.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/zzdjk6'