Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 735d141

Browse files
committed
[Cocoapods] Update podspec to 2.0-beta.1 version; reference AsyncDisplayKit Twitter account.
1 parent de36ef2 commit 735d141

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

AsyncDisplayKit.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Pod::Spec.new do |spec|
33
spec.version = '2.0-beta.1'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'http://asyncdisplaykit.org'
6-
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com', 'Ryan Nystrom' => 'rnystrom@fb.com' }
6+
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com' }
77
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
8-
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.9.90' }
8+
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '2.0-beta.1' }
99

1010
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
1111

@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
1515

1616
spec.ios.deployment_target = '7.0'
1717

18-
# Uncomment when fixed: issues with tvOS build for release 1.9.8
18+
# Uncomment when fixed: issues with tvOS build for release 2.0
1919
# spec.tvos.deployment_target = '9.0'
2020

2121
# Subspecs
@@ -66,7 +66,7 @@ Pod::Spec.new do |spec|
6666
# Include optional PINRemoteImage module
6767
spec.default_subspec = 'PINRemoteImage'
6868

69-
spec.social_media_url = 'https://twitter.com/fbOpenSource'
69+
spec.social_media_url = 'https://twitter.com/AsyncDisplayKit'
7070
spec.library = 'c++'
7171
spec.pod_target_xcconfig = {
7272
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11',

0 commit comments

Comments
 (0)