We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df04cbb commit d0a35feCopy full SHA for d0a35fe
1 file changed
AsyncDisplayKit.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
5
spec.homepage = 'http://asyncdisplaykit.org'
6
spec.authors = { 'Nadine Salter' => 'nadi@fb.com', 'Scott Goodson' => 'scottg@fb.com' }
7
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
8
- spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.1-beta' }
+ spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.1' }
9
10
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
11
0 commit comments