|
3 | 3 | >This Swift library provide a swifty way to deal with local and remote files and directories in a unified way. |
4 | 4 |
|
5 | 5 | [![Swift Version][swift-image]][swift-url] |
6 | | -[](#) |
| 6 | +[![Platform][platform-image]](#) |
7 | 7 | [![License][license-image]][license-url] |
8 | 8 |
|
9 | | -[![release badge][release-image]][release-url] |
10 | | -[](https://cocoapods.org/pods/FileProvider) |
11 | | -[](https://github.com/Carthage/Carthage) |
| 9 | +[![Release versin][release-image]][release-url] |
| 10 | +[](cocoapods) |
| 11 | +[![Carthage compatible][carthage-image]](https://github.com/Carthage/Carthage) |
12 | 12 |
|
13 | 13 | [![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) |
15 | 18 |
|
16 | 19 | <!--- |
17 | 20 | [](https://codecov.io/gh/amosavian/FileProvider) |
@@ -405,13 +408,20 @@ Distributed under the MIT license. See `LICENSE` for more information. |
405 | 408 |
|
406 | 409 | [https://github.com/amosavian/](https://github.com/amosavian/) |
407 | 410 |
|
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 |
409 | 413 | [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 |
411 | 416 | [license-url]: LICENSE |
412 | 417 | [codebeat-image]: https://codebeat.co/badges/7b359f48-78eb-4647-ab22-56262a827517 |
413 | 418 | [codebeat-url]: https://codebeat.co/projects/github-com-amosavian-fileprovider |
414 | 419 | [travis-image]: https://img.shields.io/travis/amosavian/FileProvider/master.svg |
415 | 420 | [travis-url]: https://travis-ci.org/amosavian/FileProvider |
416 | 421 | [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