From 62cfc08cab36446ee2f1cf8c098499d735ea7214 Mon Sep 17 00:00:00 2001 From: Mike Grabowski Date: Sat, 14 May 2016 23:28:26 +0200 Subject: [PATCH] Too much copy and paste lol --- react-native-mail.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-mail.podspec b/react-native-mail.podspec index 7bbc619..da65dec 100644 --- a/react-native-mail.podspec +++ b/react-native-mail.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/chirag04/react-native-mail" s.summary = pjson["description"] s.license = pjson["license"] - s.author = { "Johannes Lumpe" => "johannes@lum.pe" } + s.author = { "Chirag Jain" => "jain_chirag04@yahoo.com" } s.platform = :ios, "7.0" s.source = { :git => "https://github.com/chirag04/react-native-mail", :tag => "#{s.version}" } s.source_files = 'RNMail/*.{h,m}'