Skip to content

Commit 82b1d2c

Browse files
committed
Added new badges
1 parent c38ee1c commit 82b1d2c

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
>This Swift library provide a swifty way to deal with local and remote files and directories in a unified way.
44
55
[![Swift Version][swift-image]][swift-url]
6-
[![Platform](https://img.shields.io/badge/Platform-iOS%2C%20macOS%2C%20tvOS-lightgray.svg)](#)
6+
[![Platform][platform-image]](#)
77
[![License][license-image]][license-url]
88

9-
[![release badge][release-image]][release-url]
10-
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/FileProvider.svg)](https://cocoapods.org/pods/FileProvider)
11-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?)](https://github.com/Carthage/Carthage)
9+
[![Release versin][release-image]][release-url]
10+
[![CocoaPods version](https://img.shields.io/cocoapods/v/FileProvider.svg)](cocoapods)
11+
[![Carthage compatible][carthage-image]](https://github.com/Carthage/Carthage)
1212

1313
[![Build Status][travis-image]][travis-url]
14-
[![codebeat badge][codebeat-image]][codebeat-url]
14+
[![Codebeat Badge][codebeat-image]][codebeat-url]
15+
[![Cocoapods Docs][docs-image]](docs-url)
16+
[![Cocoapods Downloads][cocoapods-downloads]](cocoapods)
17+
[![Cocoapods Apps][cocoapods-apps]](cocoapods)
1518

1619
<!---
1720
[![codecov](https://codecov.io/gh/amosavian/FileProvider/branch/master/graph/badge.svg)](https://codecov.io/gh/amosavian/FileProvider)
@@ -405,13 +408,20 @@ Distributed under the MIT license. See `LICENSE` for more information.
405408

406409
[https://github.com/amosavian/](https://github.com/amosavian/)
407410

408-
[swift-image]:https://img.shields.io/badge/swift-3.0-orange.svg
411+
[cocoapods]: https://cocoapods.org/pods/FileProvider
412+
[swift-image]: https://img.shields.io/badge/swift-3.0-orange.svg
409413
[swift-url]: https://swift.org/
410-
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
414+
[platform-image]: https://img.shields.io/cocoapods/p/FileProvider.svg
415+
[license-image]: https://img.shields.io/github/license/amosavian/FileProvider.svg
411416
[license-url]: LICENSE
412417
[codebeat-image]: https://codebeat.co/badges/7b359f48-78eb-4647-ab22-56262a827517
413418
[codebeat-url]: https://codebeat.co/projects/github-com-amosavian-fileprovider
414419
[travis-image]: https://img.shields.io/travis/amosavian/FileProvider/master.svg
415420
[travis-url]: https://travis-ci.org/amosavian/FileProvider
416421
[release-url]: https://github.com/amosavian/FileProvider/releases
417-
[release-image]: https://img.shields.io/github/release/amosavian/FileProvider.svg
422+
[release-image]: https://img.shields.io/github/release/amosavian/FileProvider.svg
423+
[carthage-image]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg
424+
[cocoapods-downloads]: https://img.shields.io/cocoapods/dt/FileProvider.svg
425+
[cocoapods-apps]: https://img.shields.io/cocoapods/at/FileProvider.svg
426+
[docs-image]: https://img.shields.io/cocoapods/metrics/doc-percent/FileProvider.svg
427+
[docs-url]: http://cocoadocs.org/docsets/FileProvider/

0 commit comments

Comments
 (0)