From 075e545e2f128482fa377c825bfa0e4f0e266419 Mon Sep 17 00:00:00 2001 From: Amir Abbas Date: Tue, 26 Jun 2018 01:45:16 +0430 Subject: [PATCH] Added readme badges for pods --- .travis.yml | 1 - ExtendedAttributes.podspec | 2 +- README.md | 13 +++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 11be51c..5ae2a00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,4 +44,3 @@ deploy: # repo: amosavian/$PROJECTNAME repo: amosavian/$PROJECTNAME tags: true - condition: "$CARTHAGEDEPLOY = YES" \ No newline at end of file diff --git a/ExtendedAttributes.podspec b/ExtendedAttributes.podspec index da5814f..967ac89 100644 --- a/ExtendedAttributes.podspec +++ b/ExtendedAttributes.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "ExtendedAttributes" - s.version = "0.1.0" + s.version = "1.0.0" s.summary = "Working with file's extended attributes easily." # This description is used to generate tags and improve search results. diff --git a/README.md b/README.md index e6ea782..8e7a30f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ This library handles file extended attributes by extending `URL` struct. [![Platform][platform-image]](#) [![License][license-image]][license-url] [![Release version][release-image]][release-url] + +[![CocoaPods version](https://img.shields.io/cocoapods/v/ExtendedAttributes.svg)][cocoapods] +[![Carthage compatible][carthage-image]](https://github.com/Carthage/Carthage) +[![Cocoapods Downloads][cocoapods-downloads]][cocoapods] +[![Cocoapods Apps][cocoapods-apps]][cocoapods] + ## Requirements @@ -149,3 +155,10 @@ We would love for you to contribute to ExtendedAttributes, check the [LICENSE][l [release-url]: https://github.com/amosavian/ExtendedAttributes/releases [release-image]: https://img.shields.io/github/release/amosavian/ExtendedAttributes.svg +[carthage-image]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg +[cocoapods]: https://cocoapods.org/pods/ExtendedAttributes +[cocoapods-downloads]: https://img.shields.io/cocoapods/dt/ExtendedAttributes.svg +[cocoapods-apps]: https://img.shields.io/cocoapods/at/ExtendedAttributes.svg +[docs-image]: https://img.shields.io/cocoapods/metrics/doc-percent/ExtendedAttributes.svg +[docs-url]: http://cocoadocs.org/docsets/ExtendedAttributes/ +