mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-10 06:41:11 +00:00
Update the homepage URL (#10)
This commit is contained in:
@@ -2,14 +2,14 @@ Pod::Spec.new do |spec|
|
||||
spec.name = 'Texture'
|
||||
spec.version = '2.3'
|
||||
spec.license = { :type => 'BSD and Apache 2', }
|
||||
spec.homepage = 'http://asyncdisplaykit.org'
|
||||
spec.homepage = 'http://texturegroup.org'
|
||||
spec.authors = { 'Huy Nguyen' => 'huy@pinterest.com', 'Garrett Moon' => 'garrett@excitedpixel.com', 'Scott Goodson' => 'scottgoodson@gmail.com', 'Michael Schneider' => 'schneider@pinterest.com', 'Adlai Hollar' => 'adlai@pinterest.com' }
|
||||
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
|
||||
spec.source = { :git => 'https://github.com/TextureGroup/Texture.git', :tag => spec.version.to_s }
|
||||
spec.module_name = 'AsyncDisplayKit'
|
||||
spec.header_dir = 'AsyncDisplayKit'
|
||||
|
||||
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
|
||||
spec.documentation_url = 'http://texturegroup.org/appledoc/'
|
||||
|
||||
spec.weak_frameworks = 'Photos','MapKit','AssetsLibrary'
|
||||
spec.requires_arc = true
|
||||
|
||||
Reference in New Issue
Block a user