[Cocoapods] Update podspec for the 1.9.8 release.

This commit is contained in:
Scott Goodson
2016-06-05 23:59:55 -07:00
parent 4c1f88e51a
commit 252508e33c

View File

@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'AsyncDisplayKit'
spec.version = '1.9.74'
spec.version = '1.9.8'
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.74' }
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.9.8' }
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'