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

Commit 42c56fc

Browse files
Update ReadMe to include Cocoapods badges
As specified in #1086. Hey @appleguy Turns out these links have been there all along but were just hidden since they were using http (I think). The img.shields.io is a bit unstable at times but seems to be the best solution so far. Will update in future if better solutions come up!
1 parent 3aceabb commit 42c56fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![Build Status](https://travis-ci.org/facebook/AsyncDisplayKit.svg)](https://travis-ci.org/facebook/AsyncDisplayKit)
44
[![Coverage Status](https://coveralls.io/repos/facebook/AsyncDisplayKit/badge.svg?branch=master)](https://coveralls.io/r/facebook/AsyncDisplayKit?branch=master)
5-
[![Version](http://img.shields.io/cocoapods/v/AsyncDisplayKit.svg)](http://cocoapods.org/?q=AsyncDisplayKit)
6-
[![Platform](http://img.shields.io/cocoapods/p/AsyncDisplayKit.svg)]()
7-
[![License](http://img.shields.io/cocoapods/l/AsyncDisplayKit.svg)](https://github.com/facebook/AsyncDisplayKit/blob/master/LICENSE)
5+
[![Version](https://img.shields.io/cocoapods/v/AsyncDisplayKit.svg)](http://cocoapods.org/pods/AsyncDisplayKit)
6+
[![Platform](https://img.shields.io/cocoapods/p/AsyncDisplayKit.svg)]()
7+
[![License](https://img.shields.io/cocoapods/l/AsyncDisplayKit.svg)](https://github.com/facebook/AsyncDisplayKit/blob/master/LICENSE)
88

99
AsyncDisplayKit is an iOS framework that keeps even the most complex user
1010
interfaces smooth and responsive. It was originally built to make Facebook's

0 commit comments

Comments
 (0)