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 1
1
# 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 )
5
3
![ 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 )
6
6
![ 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 )
8
8
9
9
10
10
## Introduction
@@ -25,13 +25,13 @@ For Swift 5 please use v2+
25
25
### Swift Package Manager
26
26
Add the package using Xcode or copy this into your ` Package.swift ` file:
27
27
``` 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" )
29
29
```
30
30
31
31
### Manually
32
32
To 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:
33
33
``` zsh
34
- $ git submodule add https://github.com/sebastianvarela /DeviceIdentificator.git
34
+ $ git submodule add https://github.com/hyperdevs-team /DeviceIdentificator.git
35
35
```
36
36
37
37
## Usage
You can’t perform that action at this time.
0 commit comments