From 6d8d7aeece5edc0ebb67a35ecfb3d3cfebdc5a93 Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Tue, 7 Apr 2015 16:09:17 -0700 Subject: [PATCH] Passing the torch --- AsyncDisplayKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit.podspec b/AsyncDisplayKit.podspec index bb114d05ee..bf7e8d2312 100644 --- a/AsyncDisplayKit.podspec +++ b/AsyncDisplayKit.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |spec| spec.version = '1.1.1' spec.license = { :type => 'BSD' } spec.homepage = 'http://asyncdisplaykit.org' - spec.authors = { 'Nadine Salter' => 'nadi@fb.com', 'Scott Goodson' => 'scottg@fb.com' } + spec.authors = { 'Ryan Nystrom' => 'rnystrom@fb.com', 'Scott Goodson' => 'scottg@fb.com' } spec.summary = 'Smooth asynchronous user interfaces for iOS apps.' spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.1.1' }