Skip to content

Commit

Permalink
update author email
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Mar 7, 2019
1 parent 08dd163 commit db2c600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/RNSettings.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/rmrs/react-native-settings"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "erez@rumors.io" }
s.author = { "author" => "erezrokah@gmail.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/rmrs/react-native-settings.git", :tag => s.version.to_s }
s.source_files = "RNSettings/**/*.{h,m}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-native-settings",
"settings"
],
"author": "Erez Rokah <erez@rumors.io>",
"author": "Erez Rokah <erezrokah@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.40"
Expand Down

0 comments on commit db2c600

Please sign in to comment.