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

Commit 66e2411

Browse files
committed
Merge pull request #483 from facebook/podfileUpdates
Update .podspec to refer to 1.2.1 release tag.
2 parents 80cc0e6 + d8fcfce commit 66e2411

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AsyncDisplayKit.podspec

Lines changed: 3 additions & 3 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.1.1'
3+
spec.version = '1.2.1'
44
spec.license = { :type => 'BSD' }
55
spec.homepage = 'http://asyncdisplaykit.org'
6-
spec.authors = { 'Ryan Nystrom' => 'rnystrom@fb.com', 'Scott Goodson' => 'scottg@fb.com' }
6+
spec.authors = { 'Scott Goodson' => 'scottgoodson@gmail.com', 'Ryan Nystrom' => 'rnystrom@fb.com' }
77
spec.summary = 'Smooth asynchronous user interfaces for iOS apps.'
8-
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.1.1' }
8+
spec.source = { :git => 'https://github.com/facebook/AsyncDisplayKit.git', :tag => '1.2.1' }
99

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

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
1010
FBSnapshotTestCase: 3dc3899168747a0319c5278f5b3445c13a6532dd
1111
OCMock: a6a7dc0e3997fb9f35d99f72528698ebf60d64f2
1212

13-
COCOAPODS: 0.37.1
13+
COCOAPODS: 0.37.2

0 commit comments

Comments
 (0)