File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# DeviceIdentificator
2-
3- [ ![ CocoaPods Compatible] ( https://img.shields.io/cocoapods/v/DeviceIdentificator.svg )] ( https://img.shields.io/cocoapods/v/DeviceIdentificator.svg )
4- [ ![ Carthage Compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
2+ [ ![ Swift Package Manager] ( https://img.shields.io/github/v/tag/hyperdevs-team/DeviceIdentificator?label=SPM )] ( https://github.com/hyperdevs-team/DeviceIdentificator/releases/latest )
53![ Platform] ( https://img.shields.io/badge/platform-iOS-blue.svg?style=flat )
4+ ![ Platform] ( https://img.shields.io/badge/platform-macOS-blue.svg?style=flat )
5+ ![ Platform] ( https://img.shields.io/badge/platform-watchOS-blue.svg?style=flat )
66![ Platform] ( https://img.shields.io/badge/platform-tvOS-blue.svg?style=flat )
7- [ ![ Build Status] ( https://travis-ci.org/sebastianvarela /DeviceIdentificator.svg?branch=master )] ( https://travis-ci.org/sebastianvarela /DeviceIdentificator ) [ ![ codecov] ( https://codecov.io/gh/sebastianvarela /DeviceIdentificator/branch/master/graph/badge.svg )] ( https://codecov.io/gh/sebastianvarela /DeviceIdentificator ) [ ![ codebeat badge] ( https://codebeat.co/badges/0230786d-680e-4d4b-bcb0-bacc6693571f )] ( https://codebeat.co/projects/github-com-sebastianvarela -deviceidentificator-master )
7+ [ ![ Build Status] ( https://travis-ci.org/hyperdevs-team /DeviceIdentificator.svg?branch=master )] ( https://travis-ci.org/hyperdevs-team /DeviceIdentificator ) [ ![ codecov] ( https://codecov.io/gh/hyperdevs-team /DeviceIdentificator/branch/master/graph/badge.svg )] ( https://codecov.io/gh/hyperdevs-team /DeviceIdentificator ) [ ![ codebeat badge] ( https://codebeat.co/badges/0230786d-680e-4d4b-bcb0-bacc6693571f )] ( https://codebeat.co/projects/github-com-hyperdevs-team -deviceidentificator-master )
88
99
1010## Introduction
@@ -25,13 +25,13 @@ For Swift 5 please use v2+
2525### Swift Package Manager
2626Add the package using Xcode or copy this into your ` Package.swift ` file:
2727``` swift
28- .package (url : " https://github.com/sebastianvarela /DeviceIdentificator" , from : " 4.0.0" )
28+ .package (url : " https://github.com/hyperdevs-team /DeviceIdentificator" , from : " 4.0.0" )
2929```
3030
3131### Manually
3232To install it manually, drag the DeviceIdentificator folder into your app project in Xcode. You can also add it as a git submodule by running the following command:
3333``` zsh
34- $ git submodule add https://github.com/sebastianvarela /DeviceIdentificator.git
34+ $ git submodule add https://github.com/hyperdevs-team /DeviceIdentificator.git
3535```
3636
3737## Usage
You can’t perform that action at this time.
0 commit comments