mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-11 00:40:25 +00:00
[Cocoapods] Use 1.9.80 instead...
This commit is contained in:
parent
e0abb706b7
commit
1e3e5a56b9
@ -1,11 +1,11 @@
|
|||||||
Pod::Spec.new do |spec|
|
Pod::Spec.new do |spec|
|
||||||
spec.name = 'AsyncDisplayKit'
|
spec.name = 'AsyncDisplayKit'
|
||||||
spec.version = '1.9.8'
|
spec.version = '1.9.80'
|
||||||
spec.license = { :type => 'BSD' }
|
spec.license = { :type => 'BSD' }
|
||||||
spec.homepage = 'http://asyncdisplaykit.org'
|
spec.homepage = 'http://asyncdisplaykit.org'
|
||||||
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com', 'Ryan Nystrom' => 'rnystrom@fb.com' }
|
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com', 'Ryan Nystrom' => 'rnystrom@fb.com' }
|
||||||
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
|
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
|
||||||
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.9.8' }
|
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.9.80' }
|
||||||
|
|
||||||
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
|
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user