mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-12 01:10:49 +00:00
This way we only have to update the version number in one place. (#2577)
This commit is contained in:
parent
d3e942acf7
commit
06f5754b37
@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
|
|||||||
spec.homepage = 'http://asyncdisplaykit.org'
|
spec.homepage = 'http://asyncdisplaykit.org'
|
||||||
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com' }
|
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.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 => '2.0-beta.1' }
|
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => spec.version.to_s }
|
||||||
|
|
||||||
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
|
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user