Skip to content

Commit

Permalink
Comment out CocoaPods badges from README
Browse files Browse the repository at this point in the history
Due to the way "pod lib lint" works locally, the pod cannot be validated
and pushed to the trunk, although the Pod works just fine when referenced
directly in the Podfile, e.g.:

pod "ObjectiveRocks",
	:git => "https://github.com/iabudiab/ObjectiveRocks.git",
	:tag => '0.6.0',
	:submodules => true
  • Loading branch information
iabudiab committed Jun 12, 2016
1 parent 38bbb77 commit a847ffc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

ObjectiveRocks is an Objective-C wrapper of Facebook's [RocksDB](https://github.com/facebook/rocksdb) - A Persistent Key-Value Store for Flash and RAM Storage.

[![Build Status](https://travis-ci.org/iabudiab/ObjectiveRocks.svg?branch=release/0.9.0)](https://travis-ci.org/iabudiab/ObjectiveRocks)
[![Build Status](https://travis-ci.org/iabudiab/ObjectiveRocks.svg?branch=master)](https://travis-ci.org/iabudiab/ObjectiveRocks)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/ObjectiveRocks.svg?style=flat)](https://cocoapods.org/pods/ObjectiveRocks)
[![CocoaDocs](https://img.shields.io/cocoapods/metrics/doc-percent/HTMLKit.svg?style=flat)](http://cocoadocs.org/docsets/ObjectiveRocks)
[![Platform](https://img.shields.io/cocoapods/p/ObjectiveRocks.svg?style=flat)](http://cocoadocs.org/docsets/ObjectiveRocks)
<!-- [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/ObjectiveRocks.svg?style=flat)](https://cocoapods.org/pods/ObjectiveRocks)
[![CocoaDocs](https://img.shields.io/cocoapods/metrics/doc-percent/ObjectiveRocks.svg?style=flat)](http://cocoadocs.org/docsets/ObjectiveRocks)
[![Platform](https://img.shields.io/cocoapods/p/ObjectiveRocks.svg?style=flat)](http://cocoadocs.org/docsets/ObjectiveRocks) -->
[![License MIT](https://img.shields.io/badge/license-MIT-4481C7.svg?style=flat)](https://opensource.org/licenses/MIT)

#Quick Overview
Expand Down

0 comments on commit a847ffc

Please sign in to comment.