Bump podspec to 1.9.5 for upcoming development cycle, now that 1.9.4 is tagged and launched.

This commit is contained in:
Scott Goodson
2016-01-01 01:35:11 -08:00
parent c40c2d383b
commit 1d1a248167

View File

@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'AsyncDisplayKit'
spec.version = '1.9.4'
spec.version = '1.9.5'
spec.license = { :type => 'BSD' }
spec.homepage = 'http://asyncdisplaykit.org'
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com', 'Ryan Nystrom' => 'rnystrom@fb.com' }
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.9.4' }
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.9.5' }
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'