mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Update CocoaPod URLs.
This commit is contained in:
@@ -2,11 +2,13 @@ Pod::Spec.new do |spec|
|
||||
spec.name = 'AsyncDisplayKit'
|
||||
spec.version = '1.0-beta2'
|
||||
spec.license = { :type => 'BSD' }
|
||||
spec.homepage = 'https://github.com/facebook/AsyncDisplayKit'
|
||||
spec.homepage = 'http://facebook.github.io/AsyncDisplayKit/'
|
||||
spec.authors = { 'Nadine Salter' => 'nadi@fb.com', 'Scott Goodson' => 'scottg@fb.com' }
|
||||
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
|
||||
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.0-beta2' }
|
||||
|
||||
spec.documentation_url = 'http://facebook.github.io/AsyncDisplayKit/appledoc/'
|
||||
|
||||
spec.public_header_files = [
|
||||
'AsyncDisplayKit/*.h',
|
||||
'AsyncDisplayKit/Details/**/*.h',
|
||||
|
||||
Reference in New Issue
Block a user