-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
2 changed files
with
12 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# DNFlyingBadges | ||
|
||
[![CI Status](http://img.shields.io/travis/David Norman/DNFlyingBadges.svg?style=flat)](https://travis-ci.org/David Norman/DNFlyingBadges) | ||
[![Version](https://img.shields.io/cocoapods/v/DNFlyingBadges.svg?style=flat)](http://cocoapods.org/pods/DNFlyingBadges) | ||
[![License](https://img.shields.io/cocoapods/l/DNFlyingBadges.svg?style=flat)](http://cocoapods.org/pods/DNFlyingBadges) | ||
[![Platform](https://img.shields.io/cocoapods/p/DNFlyingBadges.svg?style=flat)](http://cocoapods.org/pods/DNFlyingBadges) | ||
|
||
#### version 0.1 (beta) | ||
_This is still beta quality code - feel free to test, create issues, etc. The library doesn't use any private APIs - apps using it should be fine for release on the App Store._ | ||
|
||
## Usage | ||
|
||
To run the example project, clone the repo, and run `pod install` from the Example directory first. | ||
|
@@ -20,18 +22,6 @@ it, simply add the following line to your Podfile: | |
pod "DNFlyingBadges" | ||
``` | ||
|
||
## Author | ||
|
||
David Norman, [email protected] | ||
|
||
## License | ||
|
||
DNFlyingBadges is available under the MIT license. See the LICENSE file for more info. | ||
|
||
# DNFlyingBadges | ||
#### version 0.1 (beta) | ||
_This is still beta quality code - feel free to test, create issues, etc. The library doesn't use any private APIs - apps using it should be fine for release on the App Store._ | ||
|
||
<a name="intro"></a> | ||
Intro | ||
======== | ||
|
@@ -90,3 +80,6 @@ Includes [JNWSpringAnimation](https://github.com/jwilling/JNWSpringAnimation) by | |
|
||
Includes free icons from: [icomoon](https://icomoon.io/#home) | ||
|
||
## License | ||
|
||
DNFlyingBadges is available under the MIT license. See the LICENSE file for more info. |