Skip to content

Commit ef8a8be

Browse files
authored
Remove FOSSA badge and widget (#102)
1 parent 64512c4 commit ef8a8be

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Version](https://img.shields.io/cocoapods/v/SimpleKeychain.svg?style=flat-square)](https://cocoapods.org/pods/SimpleKeychain)
66
[![License](https://img.shields.io/cocoapods/l/SimpleKeychain.svg?style=flat-square)](https://cocoapods.org/pods/SimpleKeychain)
77
[![Platform](https://img.shields.io/cocoapods/p/SimpleKeychain.svg?style=flat-square)](https://cocoapods.org/pods/SimpleKeychain)
8-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2FSimpleKeychain.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2FSimpleKeychain?ref=badge_shield)
98

109
A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely.
1110

@@ -30,12 +29,12 @@ A wrapper to make it really easy to deal with iOS Keychain and store your user's
3029
## Requirements
3130

3231
- iOS 9.0+ / macOS 10.11+ / tvOS 9.0+ / watchOS 2.0+
33-
- Xcode 11.4+/12.x
34-
- Swift 4.x/5.x
32+
- Xcode 11.4+ / 12.x
33+
- Swift 4.x / 5.x
3534

3635
## Installation
3736

38-
### CocoaPods
37+
#### CocoaPods
3938

4039
If you are using [Cocoapods](https://cocoapods.org), add this line to your `Podfile`:
4140

@@ -47,7 +46,7 @@ Then run `pod install`.
4746

4847
> For more information on Cocoapods, check [their official documentation](https://guides.cocoapods.org/using/getting-started.html).
4948
50-
### Carthage
49+
#### Carthage
5150

5251
If you are using [Carthage](https://github.com/Carthage/Carthage), add the following line to your `Cartfile`:
5352

@@ -59,7 +58,7 @@ Then run `carthage bootstrap`.
5958

6059
> For more information about Carthage usage, check [their official documentation](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos).
6160
62-
#### SPM (Xcode 11.2+)
61+
#### SPM
6362

6463
If you are using the Swift Package Manager, open the following menu item in Xcode:
6564

@@ -158,6 +157,3 @@ If you have found a bug or to request a feature, please [raise an issue](https:/
158157
## License
159158

160159
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.
161-
162-
163-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fauth0%2FSimpleKeychain.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fauth0%2FSimpleKeychain?ref=badge_large)

0 commit comments

Comments
 (0)