Skip to content

Commit

Permalink
Added readme badges for pods
Browse files Browse the repository at this point in the history
  • Loading branch information
amosavian committed Jun 25, 2018
1 parent 68f571f commit 075e545
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ deploy:
# repo: amosavian/$PROJECTNAME
repo: amosavian/$PROJECTNAME
tags: true
condition: "$CARTHAGEDEPLOY = YES"
2 changes: 1 addition & 1 deletion ExtendedAttributes.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

</center>

## Requirements
Expand Down Expand Up @@ -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/

0 comments on commit 075e545

Please sign in to comment.