Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 84b503c

Browse files
committed
Merge pull request #538 from facebook/PodspecUpdate122
Update podspec to 1.2.2
2 parents 3f574a3 + 3afcf33 commit 84b503c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AsyncDisplayKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'AsyncDisplayKit'
3-
spec.version = '1.2.1'
3+
spec.version = '1.2.2'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'http://asyncdisplaykit.org'
66
spec.authors = { 'Scott Goodson' => '[email protected]', 'Ryan Nystrom' => '[email protected]' }
77
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
8-
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.2.1' }
8+
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.2.2' }
99

1010
spec.documentation_url = 'http://asyncdisplaykit.org/appledoc/'
1111

0 commit comments

Comments
 (0)