mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-04 20:22:50 +00:00
1.0.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'AsyncDisplayKit'
|
||||
spec.version = '1.0-beta2'
|
||||
spec.version = '1.0'
|
||||
spec.license = { :type => 'BSD' }
|
||||
spec.homepage = 'http://facebook.github.io/AsyncDisplayKit/'
|
||||
spec.homepage = 'http://asyncdisplaykit.org'
|
||||
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.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.0' }
|
||||
|
||||
spec.documentation_url = 'http://facebook.github.io/AsyncDisplayKit/appledoc/'
|
||||
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
|
||||
|
||||
spec.public_header_files = [
|
||||
'AsyncDisplayKit/*.h',
|
||||
|
||||
@@ -11,7 +11,7 @@ it's just as powerful with UIKit Dynamics and conventional app designs.
|
||||
ASDK is available on [CocoaPods](http://cocoapods.org). Add the following to your Podfile:
|
||||
|
||||
```ruby
|
||||
pod 'AsyncDisplayKit', :git => 'git@github.com:facebook/AsyncDisplayKit.git'
|
||||
pod 'AsyncDisplayKit'
|
||||
```
|
||||
|
||||
Import the framework header, or create an [Objective-C bridging
|
||||
|
||||
Reference in New Issue
Block a user