[Cocoapods] Update podspec with 1.9.81

This commit is contained in:
Hannah Trosi
2016-07-10 12:53:44 -07:00
parent 2e65339f33
commit 5856bd3b59

View File

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