Skip to content

Commit 77e1337

Browse files
Beta 2.
1 parent 57092ba commit 77e1337

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AsyncDisplayKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'AsyncDisplayKit'
3-
spec.version = '1.0beta'
3+
spec.version = '1.0-beta2'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'https://github.com/facebook/AsyncDisplayKit'
66
spec.authors = { 'Nadine Salter' => '[email protected]', 'Scott Goodson' => '[email protected]' }
77
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
8-
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.0beta' }
8+
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.0-beta2' }
99

1010
spec.public_header_files = [
1111
'AsyncDisplayKit/*.h',

0 commit comments

Comments
 (0)